repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix local-dynamic model TLS on mips and powerpc
[musl.git]
/
src
/
locale
/
catclose.c
blob
02cd3e5c9c7a76a553e950c475e67b2c1e125259
1
#include <nl_types.h>
2
3
int
catclose
(
nl_catd catd
)
4
{
5
return
0
;
6
}