diff options
| author | christos <christos@NetBSD.org> | 2013-11-06 22:56:38 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-11-06 22:56:38 +0000 |
| commit | bc2322d323961842034cf55022b247aabafc0fc7 (patch) | |
| tree | 39b8d0c3fb2fad8159c82029ad632dfd92b00ec9 /gnu | |
| parent | cd679bc1a439523db43cc7ea3ca384d1a2629483 (diff) | |
revert previous now that the config test is correct
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/gettext/gettext-tools/lib/stpcpy.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/dist/gettext/gettext-tools/lib/stpcpy.h b/gnu/dist/gettext/gettext-tools/lib/stpcpy.h index e31e1bce241..5e737cfd573 100644 --- a/gnu/dist/gettext/gettext-tools/lib/stpcpy.h +++ b/gnu/dist/gettext/gettext-tools/lib/stpcpy.h @@ -29,10 +29,6 @@ extern "C" { #endif -#ifdef _FORTIFY_SOURCE -#undef stpcpy -#endif - /* Copy SRC to DST, returning the address of the terminating '\0' in DST. */ extern char *stpcpy (char *dst, const char *src); |
