projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ca547f
)
typo fix.
author
Pekka Riikonen
<priikone@silcnet.org>
Tue, 17 Sep 2002 10:16:03 +0000
(10:16 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Tue, 17 Sep 2002 10:16:03 +0000
(10:16 +0000)
lib/silcsim/silcsim.h
patch
|
blob
|
history
diff --git
a/lib/silcsim/silcsim.h
b/lib/silcsim/silcsim.h
index 0d07f3ccf84da40f548ad11c34fe6d5f39c7aef8..ca8880818858070c0b55234d20f6081ca4b693b9 100644
(file)
--- a/
lib/silcsim/silcsim.h
+++ b/
lib/silcsim/silcsim.h
@@
-36,7
+36,7
@@
typedef enum {
thus experience some overhead when using the symbol first time. */
#if defined(RTLD_NOW)
#define SILC_SIM_FLAGS RTLD_NOW
-#elif defined(RTLD_
NOW
)
+#elif defined(RTLD_
LAZY
)
#define SILC_SIM_FLAGS RTLD_LAZY
#else
#define SILC_SIM_FLAGS 0