1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
	(__fe_nomask_env): Use __prctl not prctl.
	* sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for
	prctl syscall.
This commit is contained in:
Ulrich Drepper
2003-01-28 05:59:24 +00:00
parent 809cd22238
commit 68ff8426c6
5 changed files with 70 additions and 2 deletions

6
include/sys/prctl.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef _SYS_PRCTL_H
#include_next <sys/prctl.h>
extern int __prctl (int __option, ...);
#endif