From: Ulrich Drepper Date: Fri, 13 Nov 1998 13:27:37 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_101~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d63a591cf0bb7e2294d081e1fce517f8e96dc0;p=thirdparty%2Fglibc.git Update. 1998-11-11 Andreas Schwab * locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c. --- diff --git a/ChangeLog b/ChangeLog index 1846b2282d6..77a667f873a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-11-11 Andreas Schwab + + * locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c. + 1998-11-13 Ulrich Drepper * libio/bits/stdio.h: Correct and improve fread_unlocked and diff --git a/locale/programs/config.h b/locale/programs/config.h index 96d9281ce30..97755728492 100644 --- a/locale/programs/config.h +++ b/locale/programs/config.h @@ -21,6 +21,7 @@ #define HAVE_VPRINTF 1 +#define HAVE_STRING_H 1 #include_next