diff options
| author | sin | 2015-02-04 18:06:57 +0000 |
|---|---|---|
| committer | sin | 2015-02-04 18:06:57 +0000 |
| commit | 6e4f53a3f50eb987fb5a7657b2ba4eecbfac0557 (patch) | |
| tree | 59d9523b662fef885cf435113ed76281378fcace /include/strings.h | |
| parent | 87f56f70d77945c284490ce779ddff0c64343e41 (diff) | |
Remember to #undef __errordecl
Thanks zhasha for spotting this.
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 |
