From 68ff8426c6b8cf5dd93f2dd151ab21cb83fa990b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 Jan 2003 05:59:24 +0000 Subject: 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. --- include/sys/prctl.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/sys/prctl.h (limited to 'include/sys') 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 + +extern int __prctl (int __option, ...); + +#endif -- cgit v1.2.3-70-g09d2