Fix build problem caused by definition of SSP version of stpcpy(3).
This commit is contained in:
parent
24f67c8710
commit
20b1c42258
4
gnu/dist/gettext/gettext-tools/lib/stpcpy.h
vendored
4
gnu/dist/gettext/gettext-tools/lib/stpcpy.h
vendored
@ -29,6 +29,10 @@
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user