chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3cea670
)
Fix typo in README.m
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 16 Sep 2015 14:31:49 +0000
(10:31 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 16 Sep 2015 14:31:49 +0000
(10:31 -0400)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index c8964319d4919c4a0929ea476ccecb7e2aadfd9f..0612826771511dd54655fe06990b6e88e8781827 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-112,7
+112,7
@@
contains these and may be used by all packages.
dlopen() and RTLD_* flags
=================================
dlopen() and RTLD_* flags
=================================
-<dlfn.h> declares
+<dlf
c
n.h> declares
enum { RTLD_NOW=0, RTLD_LAZY=1, RTLD_LOCAL=0, RTLD_GLOBAL=2, RTLD_NOLOAD=4}; // 32-bit
enum { RTLD_NOW=2, RTLD_LAZY=1, RTLD_LOCAL=0, RTLD_GLOBAL=0x00100, RTLD_NOLOAD=4}; // 64-bit
enum { RTLD_NOW=0, RTLD_LAZY=1, RTLD_LOCAL=0, RTLD_GLOBAL=2, RTLD_NOLOAD=4}; // 32-bit
enum { RTLD_NOW=2, RTLD_LAZY=1, RTLD_LOCAL=0, RTLD_GLOBAL=0x00100, RTLD_NOLOAD=4}; // 64-bit