diff options
Diffstat (limited to 'libc-symbols.h')
-rw-r--r-- | libc-symbols.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc-symbols.h b/libc-symbols.h index c64d8826f7..370c631f20 100644 --- a/libc-symbols.h +++ b/libc-symbols.h @@ -48,6 +48,8 @@ Cambridge, MA 02139, USA. */ /* Enable declarations of GNU extensions, since we are compiling them. */ #define _GNU_SOURCE 1 +/* And we also need the data for the reentrant functions. */ +#define _REENTRANT 1 #include <config.h> /* |