From: Fredrik Fornwall Date: Wed, 16 Sep 2015 14:31:49 +0000 (-0400) Subject: Fix typo in README.m X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/c2d4c0a9c3d27d8366111caa92b87a6a4e6ad5cb?ds=sidebyside Fix typo in README.m --- diff --git a/README.md b/README.md index c8964319..06128267 100644 --- a/README.md +++ b/README.md @@ -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