From 9b42a0b3a3cc037e6bdd62869d91cb19c80aa0e5 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 20 Nov 2014 13:17:21 +0530 Subject: Remove IS_IN_libdl Replace with IS_IN (libdl). No changes to generated code on x86_64. * dlfcn/dladdr.c: Use IS_IN. * dlfcn/dladdr1.c: Likewise. * dlfcn/dlclose.c: Likewise. * dlfcn/dlerror.c: Likewise. * dlfcn/dlinfo.c: Likewise. * dlfcn/dlmopen.c: Likewise. * dlfcn/dlopen.c: Likewise. * dlfcn/dlsym.c: Likewise. * dlfcn/dlvsym.c: Likewise. --- dlfcn/dlvsym.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dlfcn/dlvsym.c') diff --git a/dlfcn/dlvsym.c b/dlfcn/dlvsym.c index d7a766b283..2263429414 100644 --- a/dlfcn/dlvsym.c +++ b/dlfcn/dlvsym.c @@ -21,7 +21,7 @@ #include -#if !defined SHARED && defined IS_IN_libdl +#if !defined SHARED && IS_IN (libdl) void * weak_function -- cgit 1.4.1