https://bugs.gentoo.org/336939 From b7915d15b813c56a36510e942fa4e5ec21307924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Sch=C3=BCler?= Date: Thu, 29 Apr 2010 00:48:45 +0200 Subject: [PATCH] linux/sparc: add missing syscall declarations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * linux/sparc/syscall.h: Sync with linux/syscall.h Signed-off-by: Frederik Schüler --- linux/sparc/syscall.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/linux/sparc/syscall.h b/linux/sparc/syscall.h index 03e3a71..07bc777 100644 --- a/linux/sparc/syscall.h +++ b/linux/sparc/syscall.h @@ -208,12 +208,17 @@ int sys_timer_create(), sys_timer_settime(), sys_timer_gettime(); int sys_io_setup(), sys_io_destroy(), sys_io_submit(), sys_io_cancel(), sys_io_getevents(); int sys_mq_open(), sys_mq_unlink(), sys_mq_timedsend(), sys_mq_timedreceive(), sys_mq_notify(), sys_mq_getsetattr(); int sys_waitid(); +int sys_mbind(), sys_get_mempolicy(), sys_set_mempolicy(); +int sys_utimensat(); +int sys_fallocate(), sys_timerfd_create(), sys_timerfd_settime(), sys_timerfd_gettime(); int sys_openat(), sys_mkdirat(), sys_mknodat(), sys_fchownat(), sys_futimesat(), sys_newfstatat(), sys_unlinkat(), sys_renameat(), sys_linkat(), sys_symlinkat(), sys_readlinkat(), sys_fchmodat(), sys_faccessat(); int sys_pselect6(), sys_ppoll(); int sys_unshare(); int sys_move_pages(), sys_getcpu(); int sys_epoll_pwait(); int sys_signalfd(), sys_timerfd(), sys_eventfd(); +int sys_signalfd4(), sys_eventfd2(), sys_epoll_create1(), sys_dup3(), sys_pipe2(); +int sys_inotify_init1(); # define SYS_socket_subcall 353 #define SYS_sub_socket (SYS_socket_subcall + 1) -- 1.7.2