diff options
Diffstat (limited to 'include/sys/prctl.h')
-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 |