Merge "Fix recv.cpp so it can build with clang."

This commit is contained in:
Elliott Hughes 2014-07-02 23:58:33 +00:00 committed by Gerrit Code Review
commit 1f262b35fe

View file

@ -26,6 +26,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#undef _FORTIFY_SOURCE
#include <sys/socket.h> #include <sys/socket.h>
ssize_t recv(int socket, void *buf, size_t len, int flags) { ssize_t recv(int socket, void *buf, size_t len, int flags) {