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.
This commit is contained in:
Roland McGrath 2005-02-02 04:16:52 +00:00
parent 28eace82fd
commit 1f1c54aea7

View 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 */