udp support
[nestedvm.git] / src / org / ibex / nestedvm / syscalls.h
index c9ce7ca..b89e9b0 100644 (file)
@@ -59,3 +59,6 @@
 #define SYS_listen 62
 #define SYS_bind 63
 #define SYS_shutdown 64
+#define SYS_sendto 65
+#define SYS_recvfrom 66
+#define SYS_select 67