From 52aac1978e7d5113671535a4a1a238de18e9a43e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 6 Dec 1999 22:51:27 +0000 Subject: Update. 1999-12-06 Ulrich Drepper * locale/programs/xstrdup.c: It's _LIBC, not __LIBC. --- locale/programs/xstrdup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/programs/xstrdup.c b/locale/programs/xstrdup.c index 3947dd1..6510f96 100644 --- a/locale/programs/xstrdup.c +++ b/locale/programs/xstrdup.c @@ -21,7 +21,7 @@ # include #endif -#if defined STDC_HEADERS || defined HAVE_STRING_H || __LIBC +#if defined STDC_HEADERS || defined HAVE_STRING_H || _LIBC # include #else # include -- cgit v1.1