Fix recv.cpp so it can build with clang.

Change-Id: Iac3e676aa256837333240219bcadbdc31985b5dd
This commit is contained in:
Elliott Hughes 2014-07-02 16:46:34 -07:00
parent ab4fc82315
commit 6917e6c2ae

View File

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