about summary refs log tree commit diff
path: root/include/bits/unistd_ext.h
blob: 277be05746fe78117d9037232935f5bbffb4d456 (plain) (blame)
1
2
3
4
5
6
#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