Fix typo in README.m

This commit is contained in:
Fredrik Fornwall 2015-09-16 10:31:49 -04:00
parent 3cea6702d5
commit c2d4c0a9c3

View File

@ -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