mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 06:50:07 +00:00
7 lines
172 B
C
7 lines
172 B
C
|
#include_next <bits/unistd_ext.h>
|
||
|
|
||
|
#ifndef _ISOMAC
|
||
|
extern int __close_range (unsigned int lowfd, unsigned int highfd, int flags);
|
||
|
libc_hidden_proto (__close_range);
|
||
|
#endif
|