summaryrefslogtreecommitdiff
path: root/locale/programs/xstrdup.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-06 22:51:27 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-06 22:51:27 +0000
commit52aac1978e7d5113671535a4a1a238de18e9a43e (patch)
treee727cdf83686feb06f055487e04b600c289c3a0c /locale/programs/xstrdup.c
parentb43b13ac2544b11f35be301d1589b51a8473e32b (diff)
Update.
1999-12-06 Ulrich Drepper <drepper@cygnus.com> * locale/programs/xstrdup.c: It's _LIBC, not __LIBC.
Diffstat (limited to 'locale/programs/xstrdup.c')
-rw-r--r--locale/programs/xstrdup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/xstrdup.c b/locale/programs/xstrdup.c
index 3947dd19ce..6510f960ae 100644
--- a/locale/programs/xstrdup.c
+++ b/locale/programs/xstrdup.c
@@ -21,7 +21,7 @@
# include <config.h>
#endif
-#if defined STDC_HEADERS || defined HAVE_STRING_H || __LIBC
+#if defined STDC_HEADERS || defined HAVE_STRING_H || _LIBC
# include <string.h>
#else
# include <strings.h>