repo.or.cz
/
glibc
/
pb-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(__lll_mutex_cond_lock): New function. (lll_mutex_cond_lock): Define.
[glibc/pb-stable.git]
/
include
/
stdio_ext.h
blob
31c7a4e7a1bf1f723fd6325f52af9b1136f5994f
1
#ifndef _STDIO_EXT_H
2
3
# include <stdio-common/stdio_ext.h>
4
5
extern
int
__fsetlocking_internal
(
FILE
*
__fp
,
int
__type
)
attribute_hidden
;
6
7
#ifndef NOT_IN_libc
8
# define __fsetlocking(fp, type) INTUSE(__fsetlocking) (fp, type)
9
#endif
10
11
#endif