hurd: fix build of tst-system.c
[glibc.git] / include / sys / prctl.h
blobd33f3a290e77527a01bd393e3f3f5b169b7e8b78
1 #ifndef _SYS_PRCTL_H
2 #include_next <sys/prctl.h>
4 # ifndef _ISOMAC
6 extern int __prctl (int __option, ...);
7 libc_hidden_proto (__prctl)
9 # endif /* !_ISOMAC */
10 #endif