Skip to content

Commit 82dff74

Browse files
committed
Revert "Re-add __USE_GNU for include of dlfcn.h which is required for definition of RTLD_DEFAULT"
Reconfigure is nessicary to pick up the correct definitions - the macro _is_ no longer needed as previously claimed This reverts commit bcb483d.
1 parent bcb483d commit 82dff74

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: closure/runtime.c

-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@
1212
#include <stdlib.h>
1313
#include <string.h>
1414
#include <stdint.h>
15-
#if TARGET_OS_LINUX
16-
#define __USE_GNU
1715
#include <dlfcn.h>
18-
#else
19-
#include <dlfcn.h>
20-
#endif
2116
#if __has_include(<os/assumes.h>)
2217
#include <os/assumes.h>
2318
#else

0 commit comments

Comments
 (0)