From: Roland McGrath Date: Wed, 2 Feb 2005 04:16:52 +0000 (+0000) Subject: 2005-02-01 Roland McGrath X-Git-Tag: v4.5.18~453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f1c54aea7e4f9a7fcfab61ee30f03fce9fe91b4;p=strace 2005-02-01 Roland McGrath * process.c [LINUX] [X86_64] (sys_arch_prctl): New function. * linux/syscall.h: Declare it. * linux/x86_64/syscallent.h: Use it. Part of RH#142667. --- diff --git a/linux/syscall.h b/linux/syscall.h index 2b6cf27b..74c678ae 100644 --- a/linux/syscall.h +++ b/linux/syscall.h @@ -99,6 +99,7 @@ int sys_mq_notify(), sys_mq_getsetattr(); int sys_epoll_create(), sys_epoll_ctl(), sys_epoll_wait(); int sys_waitid(), sys_fadvise64(), sys_fadvise64_64(); int sys_mbind(), sys_get_mempolicy(), sys_set_mempolicy(); +int sys_arch_prctl(); /* sys_socketcall subcalls */