diff options
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index 3725bbb..86e5cde 100644 --- a/include/string.h +++ b/include/string.h | |||
| @@ -224,6 +224,8 @@ __fortify_strlcpy(char *dest, const char *src, size_t n) | |||
| 224 | #define strlcpy(dest, src, n) __fortify_strlcpy(dest, src, n) | 224 | #define strlcpy(dest, src, n) __fortify_strlcpy(dest, src, n) |
| 225 | #endif | 225 | #endif |
| 226 | 226 | ||
| 227 | #undef __errordecl | ||
| 228 | |||
| 227 | #endif | 229 | #endif |
| 228 | 230 | ||
| 229 | #endif | 231 | #endif |
