diff options
Diffstat (limited to 'newlib/libc/sys')
-rw-r--r-- | newlib/libc/sys/linux/intl/dcigettext.c | 2 | ||||
-rw-r--r-- | newlib/libc/sys/linux/intl/l10nflist.c | 2 |
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 |