blob: d33f3a290e77527a01bd393e3f3f5b169b7e8b78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _SYS_PRCTL_H
#include_next <sys/prctl.h>
# ifndef _ISOMAC
extern int __prctl (int __option, ...);
libc_hidden_proto (__prctl)
# endif /* !_ISOMAC */
#endif
|