svn commit: trunk/uClibc/libc/inet

vapier at uclibc.org vapier at uclibc.org
Sun Jan 8 11:09:43 UTC 2006


Author: vapier
Date: 2006-01-08 03:09:43 -0800 (Sun, 08 Jan 2006)
New Revision: 13160

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

Modified:
   trunk/uClibc/libc/inet/socketcalls.c


Changeset:
Modified: trunk/uClibc/libc/inet/socketcalls.c
===================================================================
--- trunk/uClibc/libc/inet/socketcalls.c	2006-01-08 11:05:06 UTC (rev 13159)
+++ trunk/uClibc/libc/inet/socketcalls.c	2006-01-08 11:09:43 UTC (rev 13160)
@@ -1,3 +1,7 @@
+#ifdef L_recv
+#define recvfrom __recvfrom
+#endif
+
 #define __FORCE_GLIBC
 #include <features.h>
 #include <errno.h>




More information about the uClibc-cvs mailing list