diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-06 22:51:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-06 22:51:27 +0000 |
commit | 52aac1978e7d5113671535a4a1a238de18e9a43e (patch) | |
tree | e727cdf83686feb06f055487e04b600c289c3a0c /locale/programs/xstrdup.c | |
parent | b43b13ac2544b11f35be301d1589b51a8473e32b (diff) | |
download | glibc-52aac1978e7d5113671535a4a1a238de18e9a43e.tar.gz glibc-52aac1978e7d5113671535a4a1a238de18e9a43e.tar.xz glibc-52aac1978e7d5113671535a4a1a238de18e9a43e.zip |
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.c | 2 |
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> |