X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fos-common.c;h=f57b6439d8b70b379155c24c12385431d1b27e75;hb=a37b7e2a4c93398af954c3f03c5412ead1c1c828;hp=c5e082f5c51d2e3add25fc71f3d38cd0671f85e6;hpb=f057566fe993f008a9b34dc87b026e7c8ef2611d;p=sbcl.git diff --git a/src/runtime/os-common.c b/src/runtime/os-common.c index c5e082f..f57b643 100644 --- a/src/runtime/os-common.c +++ b/src/runtime/os-common.c @@ -8,7 +8,7 @@ * provided with absolutely no warranty. See the COPYING and CREDITS * files for more information. */ - +# define _GNU_SOURCE /* needed for RTLD_DEFAULT from dlfcn.h */ #include #include #include @@ -27,7 +27,6 @@ #include "os.h" #include "interr.h" #if defined(LISP_FEATURE_OS_PROVIDES_DLOPEN) && !defined(LISP_FEATURE_WIN32) -# define __USE_GNU /* needed for RTLD_DEFAULT */ # include #endif