mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
6
include/sys/prctl.h
Normal file
6
include/sys/prctl.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _SYS_PRCTL_H
|
||||
#include_next <sys/prctl.h>
|
||||
|
||||
extern int __prctl (int __option, ...);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user