| 1 | #ifndef _SYS_EPOLL_H | 
|---|---|
| 2 | #include_next <sys/epoll.h> | 
| 3 | |
| 4 | # ifndef _ISOMAC | 
| 5 | |
| 6 | libc_hidden_proto (epoll_pwait) | 
| 7 | |
| 8 | # endif /* !_ISOMAC */ | 
| 9 | #endif | 
| 10 | 
| 1 | #ifndef _SYS_EPOLL_H | 
|---|---|
| 2 | #include_next <sys/epoll.h> | 
| 3 | |
| 4 | # ifndef _ISOMAC | 
| 5 | |
| 6 | libc_hidden_proto (epoll_pwait) | 
| 7 | |
| 8 | # endif /* !_ISOMAC */ | 
| 9 | #endif | 
| 10 |