diff options
Diffstat (limited to 'include/sys/socket.h')
| -rw-r--r-- | include/sys/socket.h | 2 |
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 |
