فهرست منبع

fix warnings when __NR_socketcall is not defined and building recv()

Mike Frysinger 18 سال پیش
والد
کامیت
7838decc7a
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      libc/inet/socketcalls.c

+ 4 - 0
libc/inet/socketcalls.c

@@ -1,3 +1,7 @@
+#ifdef L_recv
+#define recvfrom __recvfrom
+#endif
+
 #define __FORCE_GLIBC
 #include <features.h>
 #include <errno.h>