OSDN Git Service

2007-07-06 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 6 Jul 2007 16:42:48 +0000 (16:42 +0000)
committerjjohnstn <jjohnstn>
Fri, 6 Jul 2007 16:42:48 +0000 (16:42 +0000)
        * libc/sys/linux/intl/dcigettext.c: Define HAVE_STPCPY.
        * libc/sys/linux/intl/l10nflist.c: Ditto.

newlib/ChangeLog
newlib/libc/sys/linux/intl/dcigettext.c
newlib/libc/sys/linux/intl/l10nflist.c

index aa10c13..d93d737 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-06  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/sys/linux/intl/dcigettext.c: Define HAVE_STPCPY.
+       * libc/sys/linux/intl/l10nflist.c: Ditto.
+
 2007-07-04  Corinna Vinschen  <corinna@vinschen.de>
 
        * libc/include/wchar.h: Add prototype for wcsxfrm.
index de47064..c3b0e1d 100644 (file)
@@ -140,6 +140,8 @@ void free ();
 
 /* @@ end of prolog @@ */
 
+#define HAVE_STPCPY 1
+
 #ifdef _GLIBC
 /* Rename the non ANSI C functions.  This is required by the standard
    because some ANSI C functions will require linking with this object
index 564df73..cb02019 100644 (file)
@@ -70,6 +70,8 @@
 
 /* @@ end of prolog @@ */
 
+#define HAVE_STPCPY 1
+
 #ifdef _GLIBC
 /* Rename the non ANSI C functions.  This is required by the standard
    because some ANSI C functions will require linking with this object