diff options
Diffstat (limited to 'libc-symbols.h')
-rw-r--r-- | libc-symbols.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc-symbols.h b/libc-symbols.h index 5eefbed..1b6d1d0 100644 --- a/libc-symbols.h +++ b/libc-symbols.h @@ -45,7 +45,7 @@ Cambridge, MA 02139, USA. */ Some library code that is shared with other packages also tests this symbol to see if it is being compiled as part of the C library. */ -#define _LIBC +#define _LIBC 1 /* The symbols in all the user (non-_) macros are C symbols. Predefined should be HAVE_WEAK_SYMBOLS and/or HAVE_ELF and/or HAVE_GNU_LD. |