summaryrefslogtreecommitdiff
path: root/src/sys/include/sys/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/sys/syscall.h')
-rw-r--r--src/sys/include/sys/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/include/sys/syscall.h b/src/sys/include/sys/syscall.h
index ee6ef48..c9af8a1 100644
--- a/src/sys/include/sys/syscall.h
+++ b/src/sys/include/sys/syscall.h
@@ -63,6 +63,7 @@
#define SYS_listen 0x12 /* listen on a socket */
#define SYS_seteuid 0x13 /* set effective UID */
#define SYS_mmap 0x14 /* map a virtual address */
+#define SYS_usleep 0x15 /* Sleep for n microseconds */
typedef __ssize_t scret_t;
typedef __ssize_t scarg_t;