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

source code of glibc/include/bits/unistd_ext.h