misc: tst-poll: Proper synchronize with child before sending the signal
[glibc.git] / include / bits / unistd_ext.h
blob277be05746fe78117d9037232935f5bbffb4d456
1 #include_next <bits/unistd_ext.h>
3 #ifndef _ISOMAC
4 extern int __close_range (unsigned int lowfd, unsigned int highfd, int flags);
5 libc_hidden_proto (__close_range);
6 #endif