Ticket #50421: patch-portable-system.h.diff
File patch-portable-system.h.diff, 441 bytes (added by akkornel (A. Karl Kornel), 8 years ago) |
---|
-
portable/system.h
old new extern void *reallocarray(void *, size_t, size_t); 136 136 #if !HAVE_SETENV 137 137 extern int setenv(const char *, const char *, int); 138 138 #endif 139 #if !HAVE_DECL_STRLCAT140 extern size_t strlcat(char *, const char *, size_t);141 #endif142 #if !HAVE_DECL_STRLCPY143 extern size_t strlcpy(char *, const char *, size_t);144 #endif145 139 146 140 /* Undo default visibility change. */ 147 141 #pragma GCC visibility pop