repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add tst-gnu2-tls2mod1 to test-internal-extras
[glibc.git]
/
include
/
bits
/
unistd_ext.h
blob
277be05746fe78117d9037232935f5bbffb4d456
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