projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e17b71
)
match LSB/glibc constants for dynamic loader
author
Rich Felker
<dalias@aerifal.cx>
Mon, 27 Jun 2011 05:01:19 +0000
(
01:01
-0400)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 27 Jun 2011 05:01:19 +0000
(
01:01
-0400)
include/dlfcn.h
patch
|
blob
|
history
diff --git
a/include/dlfcn.h
b/include/dlfcn.h
index 81b829c876f1d67d51ab179d939bb73a00fb7636..cdca9ec6e52ae076cf39b77c19b038cbf5a84d29 100644
(file)
--- a/
include/dlfcn.h
+++ b/
include/dlfcn.h
@@
-1,10
+1,10
@@
#ifndef _DLFCN_H
#define _DLFCN_H
-#define RTLD_LAZY
0x10000
-#define RTLD_NOW
0x20000
-#define RTLD_GLOBAL
0x40000
-#define RTLD_LOCAL 0
x80000
+#define RTLD_LAZY
1
+#define RTLD_NOW
2
+#define RTLD_GLOBAL
256
+#define RTLD_LOCAL 0
#if 1
#define RTLD_NEXT ((void *) -1l)