glibc/include/sys/prctl.h
Ulrich Drepper 68ff8426c6 Update.
* 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.
2003-01-28 05:59:24 +00:00

7 lines
98 B
C

#ifndef _SYS_PRCTL_H
#include_next <sys/prctl.h>
extern int __prctl (int __option, ...);
#endif