summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
-rw-r--r--sys/compat/linux/linux_syscalls.c29
1 files changed, 27 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index 2596032871f..503901cdac6 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscalls.c,v 1.65 2011/09/18 02:26:28 pirofti Exp $ */
+/* $OpenBSD: linux_syscalls.c,v 1.66 2011/09/19 14:33:40 pirofti Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.61 2011/07/14 23:32:08 matthew Exp
+ * created from OpenBSD: syscalls.master,v 1.62 2011/09/18 02:23:18 pirofti Exp
*/
char *linux_syscallnames[] = {
@@ -341,4 +341,29 @@ char *linux_syscallnames[] = {
"#310 (unimplemented linux_sys_unshare)", /* 310 = unimplemented linux_sys_unshare */
"set_robust_list", /* 311 = set_robust_list */
"get_robust_list", /* 312 = get_robust_list */
+ "#313 (unimplemented splice)", /* 313 = unimplemented splice */
+ "#314 (unimplemented sync_file_range)", /* 314 = unimplemented sync_file_range */
+ "#315 (unimplemented tee)", /* 315 = unimplemented tee */
+ "#316 (unimplemented vmsplice)", /* 316 = unimplemented vmsplice */
+ "#317 (unimplemented move_pages)", /* 317 = unimplemented move_pages */
+ "#318 (unimplemented getcpu)", /* 318 = unimplemented getcpu */
+ "#319 (unimplemented epoll_wait)", /* 319 = unimplemented epoll_wait */
+ "#320 (unimplemented utimensat)", /* 320 = unimplemented utimensat */
+ "#321 (unimplemented signalfd)", /* 321 = unimplemented signalfd */
+ "#322 (unimplemented timerfd_create)", /* 322 = unimplemented timerfd_create */
+ "#323 (unimplemented eventfd)", /* 323 = unimplemented eventfd */
+ "#324 (unimplemented fallocate)", /* 324 = unimplemented fallocate */
+ "#325 (unimplemented timerfd_settime)", /* 325 = unimplemented timerfd_settime */
+ "#326 (unimplemented timerfd_gettime)", /* 326 = unimplemented timerfd_gettime */
+ "#327 (unimplemented signalfd4)", /* 327 = unimplemented signalfd4 */
+ "#328 (unimplemented eventfd2)", /* 328 = unimplemented eventfd2 */
+ "#329 (unimplemented epoll_create1)", /* 329 = unimplemented epoll_create1 */
+ "#330 (unimplemented dup3)", /* 330 = unimplemented dup3 */
+ "#331 (unimplemented pipe2)", /* 331 = unimplemented pipe2 */
+ "#332 (unimplemented inotify_init1)", /* 332 = unimplemented inotify_init1 */
+ "#333 (unimplemented preadv)", /* 333 = unimplemented preadv */
+ "#334 (unimplemented pwritev)", /* 334 = unimplemented pwritev */
+ "#335 (unimplemented rt_tgsigqueueinfo)", /* 335 = unimplemented rt_tgsigqueueinfo */
+ "#336 (unimplemented perf_counter_open)", /* 336 = unimplemented perf_counter_open */
+ "#337 (unimplemented recvmmsg)", /* 337 = unimplemented recvmmsg */
};