summaryrefslogtreecommitdiff
path: root/include/sys/socket.h
diff options
context:
space:
mode:
authorsin2015-02-04 18:06:57 +0000
committersin2015-02-04 18:06:57 +0000
commit6e4f53a3f50eb987fb5a7657b2ba4eecbfac0557 (patch)
tree59d9523b662fef885cf435113ed76281378fcace /include/sys/socket.h
parent87f56f70d77945c284490ce779ddff0c64343e41 (diff)
Remember to #undef __errordecl
Thanks zhasha for spotting this.
Diffstat (limited to '')
-rw-r--r--include/sys/socket.h2
1 files changed, 2 insertions, 0 deletions
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 *
43#undef recvfrom 43#undef recvfrom
44#define recvfrom(sockfd, buf, n, flags, sa, salen) __fortify_recvfrom(sockfd, buf, n, flags, sa, salen) 44#define recvfrom(sockfd, buf, n, flags, sa, salen) __fortify_recvfrom(sockfd, buf, n, flags, sa, salen)
45 45
46#undef __errordecl
47
46#endif 48#endif
47 49
48#endif 50#endif