]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - dlfcn/dlsym.c
Remove IS_IN_libdl
[thirdparty/glibc.git] / dlfcn / dlsym.c
index 7bcc78d50edf3f65ad7c6ad24cbcd122a03d2927..d852bea8c05172c6edee4a8a5edbe945c2ab37db 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <ldsodefs.h>
 
-#if !defined SHARED && defined IS_IN_libdl
+#if !defined SHARED && IS_IN (libdl)
 
 void *
 dlsym (void *handle, const char *name)