summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_syscall.h
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2013-10-25 05:10:33 +0000
committerguenther <guenther@openbsd.org>2013-10-25 05:10:33 +0000
commit4f04a9320ff0c097eee8bc140c37f3402a980913 (patch)
treedb3d71f9bdd834e15b40d89a877fe31dd76b63fe /sys/compat/linux/linux_syscall.h
parentUnimplement stime() and settimeofday(): why are you using a Linux-compat (diff)
downloadwireguard-openbsd-4f04a9320ff0c097eee8bc140c37f3402a980913.tar.xz
wireguard-openbsd-4f04a9320ff0c097eee8bc140c37f3402a980913.zip
Regen
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r--sys/compat/linux/linux_syscall.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index 17f3661d6f1..8cc68988eb9 100644
--- a/sys/compat/linux/linux_syscall.h
+++ b/sys/compat/linux/linux_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscall.h,v 1.76 2013/10/25 04:52:16 guenther Exp $ */
+/* $OpenBSD: linux_syscall.h,v 1.77 2013/10/25 05:10:33 guenther Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.73 2013/10/25 04:51:39 guenther Exp
+ * created from OpenBSD: syscalls.master,v 1.74 2013/10/25 05:10:03 guenther Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -82,9 +82,6 @@
/* syscall: "linux_getuid16" ret: "uid_t" args: */
#define LINUX_SYS_linux_getuid16 24
-/* syscall: "stime" ret: "int" args: "linux_time_t *" */
-#define LINUX_SYS_stime 25
-
/* syscall: "ptrace" ret: "int" args: */
#define LINUX_SYS_ptrace 26
@@ -244,9 +241,6 @@
/* syscall: "gettimeofday" ret: "int" args: "struct linux_timeval *" "struct timezone *" */
#define LINUX_SYS_gettimeofday 78
-/* syscall: "settimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */
-#define LINUX_SYS_settimeofday 79
-
/* syscall: "linux_getgroups" ret: "int" args: "u_int" "gid_t *" */
#define LINUX_SYS_linux_getgroups 80