about summary refs log tree commit diff
path: root/REORG.TODO/include/sys/prctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/include/sys/prctl.h')
-rw-r--r--REORG.TODO/include/sys/prctl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/REORG.TODO/include/sys/prctl.h b/REORG.TODO/include/sys/prctl.h
new file mode 100644
index 0000000000..0920ed642b
--- /dev/null
+++ b/REORG.TODO/include/sys/prctl.h
@@ -0,0 +1,9 @@
+#ifndef _SYS_PRCTL_H
+#include_next <sys/prctl.h>
+
+# ifndef _ISOMAC
+
+extern int __prctl (int __option, ...);
+
+# endif /* !_ISOMAC */
+#endif