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
misc: Optimize internal usage of __libc_single_threaded
[glibc.git]
/
libio
/
bits
/
types
/
__FILE.h
blob
06dd79bc831bb06a6267a36ad2d62beccd7900b2
1
#ifndef ____FILE_defined
2
#define ____FILE_defined 1
3
4
struct
_IO_FILE
;
5
typedef
struct
_IO_FILE __FILE
;
6
7
#endif