summaryrefslogtreecommitdiff
path: root/include/sys/prctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/prctl.h')
-rw-r--r--include/sys/prctl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/prctl.h b/include/sys/prctl.h
index 316f454c1c..0920ed642b 100644
--- a/include/sys/prctl.h
+++ b/include/sys/prctl.h
@@ -1,6 +1,9 @@
#ifndef _SYS_PRCTL_H
#include_next <sys/prctl.h>
+# ifndef _ISOMAC
+
extern int __prctl (int __option, ...);
+# endif /* !_ISOMAC */
#endif