X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnetwork%2Frecv.c;h=59700485bdecb1e7e81b2a1ddbb44a08149db788;hb=1ef37aa00ea830dfda76e04e3d941cafa74d8b76;hp=d04a54aa8924aa98b5b16e8b48a6308ccd1db489;hpb=03a2f3e48caec15b1a9cebccc85328e9b8169df0;p=musl diff --git a/src/network/recv.c b/src/network/recv.c index d04a54aa..59700485 100644 --- a/src/network/recv.c +++ b/src/network/recv.c @@ -1,6 +1,4 @@ #include -#include "syscall.h" -#include "libc.h" ssize_t recv(int fd, void *buf, size_t len, int flags) {