summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorsin2015-02-04 18:06:57 +0000
committersin2015-02-04 18:06:57 +0000
commit6e4f53a3f50eb987fb5a7657b2ba4eecbfac0557 (patch)
tree59d9523b662fef885cf435113ed76281378fcace /include/string.h
parent87f56f70d77945c284490ce779ddff0c64343e41 (diff)
Remember to #undef __errordecl
Thanks zhasha for spotting this.
Diffstat (limited to '')
-rw-r--r--include/string.h2
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