diff options
Diffstat (limited to 'dlfcn/dlmopen.c')
-rw-r--r-- | dlfcn/dlmopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dlfcn/dlmopen.c b/dlfcn/dlmopen.c index 115f6e9e28..2905a0e7f9 100644 --- a/dlfcn/dlmopen.c +++ b/dlfcn/dlmopen.c @@ -23,7 +23,7 @@ #include <unistd.h> #include <ldsodefs.h> -#if !defined SHARED && defined IS_IN_libdl +#if !defined SHARED && IS_IN (libdl) void * dlmopen (Lmid_t nsid, const char *file, int mode) |