diff options
author | 2012-06-08 14:29:58 +0000 | |
---|---|---|
committer | 2012-06-08 14:29:58 +0000 | |
commit | 4e331bd95d89155d48e9901b620ac00898b3c25a (patch) | |
tree | a6587eca9e2e758fd69be97033f448531e0fef83 /sys/compat/linux/linux_syscall.h | |
parent | Remove the lack of gettid() implementation. Okay tedu@ (diff) | |
download | wireguard-openbsd-4e331bd95d89155d48e9901b620ac00898b3c25a.tar.xz wireguard-openbsd-4e331bd95d89155d48e9901b620ac00898b3c25a.zip |
Regenerate
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index af12460288f..2c587e13b06 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.71 2012/05/23 19:48:26 pirofti Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.72 2012/06/08 14:29:58 pirofti Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.67 2012/05/23 11:08:57 pirofti Exp + * created from OpenBSD: syscalls.master,v 1.68 2012/05/23 19:47:02 pirofti Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -682,6 +682,9 @@ /* syscall: "fcntl64" ret: "int" args: "u_int" "u_int" "void *" */ #define LINUX_SYS_fcntl64 221 +/* syscall: "gettid" ret: "linux_pid_t" args: */ +#define LINUX_SYS_gettid 224 + /* syscall: "setxattr" ret: "int" args: */ #define LINUX_SYS_setxattr 226 |