From 6e4f53a3f50eb987fb5a7657b2ba4eecbfac0557 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 4 Feb 2015 18:06:57 +0000 Subject: Remember to #undef __errordecl Thanks zhasha for spotting this. --- include/string.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/string.h') 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) #define strlcpy(dest, src, n) __fortify_strlcpy(dest, src, n) #endif +#undef __errordecl + #endif #endif -- cgit v1.3