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 runtime check if mutex will be elided in tst-mutex8 testcases.
[glibc.git]
/
include
/
langinfo.h
blob
d60d7f638292a692e1969528ebe57fda388dcbce
1
#ifndef _LANGINFO_H
2
3
#include <locale/langinfo.h>
4
5
#ifndef _ISOMAC
6
libc_hidden_proto
(
nl_langinfo
)
7
8
extern
__typeof
(
nl_langinfo_l
)
__nl_langinfo_l
;
9
libc_hidden_proto
(
__nl_langinfo_l
)
10
#endif
11
12
#endif