summaryrefslogtreecommitdiff
path: root/linux/syscall.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-02-02 04:16:52 +0000
committerRoland McGrath <roland@redhat.com>2005-02-02 04:16:52 +0000
commit1f1c54aea7e4f9a7fcfab61ee30f03fce9fe91b4 (patch)
tree0f838dcf895808dc3b1cc079ecd132e11e219899 /linux/syscall.h
parent28eace82fd2505045714a723615e9160a690d55d (diff)
downloadstrace-1f1c54aea7e4f9a7fcfab61ee30f03fce9fe91b4.tar.gz
2005-02-01 Roland McGrath <roland@redhat.com>
* 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.
Diffstat (limited to 'linux/syscall.h')
-rw-r--r--linux/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/syscall.h b/linux/syscall.h
index 2b6cf27b6..74c678aee 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 */