diff options
Diffstat (limited to 'include/strings.h')
| -rw-r--r-- | include/strings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 0531083..04f22ee 100644 --- a/include/strings.h +++ b/include/strings.h | |||
| @@ -47,6 +47,8 @@ __fortify_bzero(void *src, size_t n) | |||
| 47 | #define bzero(src, n) __fortify_bzero(src, n) | 47 | #define bzero(src, n) __fortify_bzero(src, n) |
| 48 | #endif | 48 | #endif |
| 49 | 49 | ||
| 50 | #undef __errordecl | ||
| 51 | |||
| 50 | #endif | 52 | #endif |
| 51 | 53 | ||
| 52 | #endif | 54 | #endif |
