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/sys/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sys/socket.h') diff --git a/include/sys/socket.h b/include/sys/socket.h index bd9fed4..0174eee 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -43,6 +43,8 @@ __fortify_recvfrom(int sockfd, void *buf, size_t n, int flags, struct sockaddr * #undef recvfrom #define recvfrom(sockfd, buf, n, flags, sa, salen) __fortify_recvfrom(sockfd, buf, n, flags, sa, salen) +#undef __errordecl + #endif #endif -- cgit v1.3