| 1 | #include_next <bits/unistd_ext.h> |
|---|---|
| 2 | |
| 3 | #ifndef _ISOMAC |
| 4 | extern int __close_range (unsigned int lowfd, unsigned int highfd, int flags); |
| 5 | libc_hidden_proto (__close_range); |
| 6 | #endif |
| 7 |
| 1 | #include_next <bits/unistd_ext.h> |
|---|---|
| 2 | |
| 3 | #ifndef _ISOMAC |
| 4 | extern int __close_range (unsigned int lowfd, unsigned int highfd, int flags); |
| 5 | libc_hidden_proto (__close_range); |
| 6 | #endif |
| 7 |