Fix typo in README.m
This commit is contained in:
parent
3cea6702d5
commit
c2d4c0a9c3
@ -112,7 +112,7 @@ contains these and may be used by all packages.
|
||||
|
||||
dlopen() and RTLD_* flags
|
||||
=================================
|
||||
<dlfn.h> declares
|
||||
<dlfcn.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
|
||||
|
Loading…
Reference in New Issue
Block a user