OSDN Git Service

if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto (same...
authorMike Frysinger <vapier@gentoo.org>
Wed, 29 Jun 2005 22:09:29 +0000 (22:09 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 29 Jun 2005 22:09:29 +0000 (22:09 -0000)
commit7d0af1f89e4f9027dcabcfaf950416783eb22f95
tree9c9486d0260c1b63b9104aa8824a33bf12555909
parent13f449ceaa5b21cea51ee2b182e80bd2319d1c75
if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto (same goes for recv/recvfrom)
libc/inet/socketcalls.c