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/unistd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index 65dadb3..f930acd 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -43,6 +43,8 @@ __fortify_read(int fd, void *buf, size_t n) #undef read #define read(fd, buf, n) __fortify_read(fd, buf, n) +#undef __errordecl + #endif #endif -- cgit v1.3