CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/04 01:17:27
Modified files:
lib/libc/hidden/sys: socket.h
lib/libc/net : recv.c send.c
Log message:
recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)
so wrap them to make internal calls go direct
