diff options
Diffstat (limited to 'scalls/recvfrom.h')
-rw-r--r-- | scalls/recvfrom.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scalls/recvfrom.h b/scalls/recvfrom.h deleted file mode 100644 index d81a1e0..0000000 --- a/scalls/recvfrom.h +++ /dev/null @@ -1,11 +0,0 @@ -#include <socket.h> - -struct two_args { - uint32_t a; - uint32_t b; -}; - -size_t syscall_recvfrom( - int socket, void *buffer, size_t length, int flags, - struct two_args - *extra_args /*struct sockaddr *address, socklen_t *address_len*/); |