diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 05:59:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 05:59:24 +0000 |
commit | 68ff8426c6b8cf5dd93f2dd151ab21cb83fa990b (patch) | |
tree | 05c6b4b2f99ea028473c7aae25d9ca68c718941c /include/sys | |
parent | 809cd222384f058b6e59b08016ac5e1dbcf27711 (diff) | |
download | glibc-68ff8426c6b8cf5dd93f2dd151ab21cb83fa990b.tar glibc-68ff8426c6b8cf5dd93f2dd151ab21cb83fa990b.tar.gz glibc-68ff8426c6b8cf5dd93f2dd151ab21cb83fa990b.tar.bz2 glibc-68ff8426c6b8cf5dd93f2dd151ab21cb83fa990b.zip |
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.
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/prctl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sys/prctl.h b/include/sys/prctl.h new file mode 100644 index 0000000000..316f454c1c --- /dev/null +++ b/include/sys/prctl.h @@ -0,0 +1,6 @@ +#ifndef _SYS_PRCTL_H +#include_next <sys/prctl.h> + +extern int __prctl (int __option, ...); + +#endif |