summaryrefslogtreecommitdiff
path: root/scalls/sendto.h
diff options
context:
space:
mode:
Diffstat (limited to 'scalls/sendto.h')
-rw-r--r--scalls/sendto.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/scalls/sendto.h b/scalls/sendto.h
deleted file mode 100644
index 0f852de..0000000
--- a/scalls/sendto.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <socket.h>
-#include <stdint.h>
-
-struct t_two_args {
- uint32_t a;
- uint32_t b;
-};
-size_t syscall_sendto(int socket, const void *message, size_t length,
- int flags, struct t_two_args *extra_args /*
- const struct sockaddr *dest_addr,
- socklen_t dest_len*/);