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