Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-07-06 20:42:48 +0400
committerJeff Johnston <jjohnstn@redhat.com>2007-07-06 20:42:48 +0400
commitba9af2d7ece00008ecc871f6891cc000c7cb4339 (patch)
tree8b1b2440322d47986488b4ef1afe5480faa22fac /newlib/libc/sys/linux
parentf5e9e255fd3c7811105c3a8818d1cefee6e1bd73 (diff)
2007-07-06 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/intl/dcigettext.c: Define HAVE_STPCPY. * libc/sys/linux/intl/l10nflist.c: Ditto.
Diffstat (limited to 'newlib/libc/sys/linux')
-rw-r--r--newlib/libc/sys/linux/intl/dcigettext.c2
-rw-r--r--newlib/libc/sys/linux/intl/l10nflist.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/intl/dcigettext.c b/newlib/libc/sys/linux/intl/dcigettext.c
index de47064aa..c3b0e1d95 100644
--- a/newlib/libc/sys/linux/intl/dcigettext.c
+++ b/newlib/libc/sys/linux/intl/dcigettext.c
@@ -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
diff --git a/newlib/libc/sys/linux/intl/l10nflist.c b/newlib/libc/sys/linux/intl/l10nflist.c
index 564df73fb..cb020199f 100644
--- a/newlib/libc/sys/linux/intl/l10nflist.c
+++ b/newlib/libc/sys/linux/intl/l10nflist.c
@@ -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