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 use of uninitialized pointer in gettext core
[musl.git]
/
src
/
network
/
h_errno.c
blob
4f700ceaf1674d58ed57b1e1de94a3f6d88b4ce7
1
#include <netdb.h>
2
3
#undef h_errno
4
int
h_errno
;
5
6
int
*
__h_errno_location
(
void
)
7
{
8
return
&
h_errno
;
9
}