Fix recv.cpp so it can build with clang.
Change-Id: Iac3e676aa256837333240219bcadbdc31985b5dd
This commit is contained in:
parent
ab4fc82315
commit
6917e6c2ae
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user