]> granicus.if.org Git - strace/commitdiff
2005-02-01 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 2 Feb 2005 04:16:52 +0000 (04:16 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 2 Feb 2005 04:16:52 +0000 (04:16 +0000)
* 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.

linux/syscall.h

index 2b6cf27b6722b84e1b5c3ba312bea34535f32976..74c678aee72384b22801965ffe0f763f5b1278ef 100644 (file)
@@ -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 */