summaryrefslogtreecommitdiff
path: root/libc-symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-symbols.h')
-rw-r--r--libc-symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc-symbols.h b/libc-symbols.h
index 5eefbed04c..1b6d1d0392 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.