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
loongarch64: add new syscall numbers
[musl.git]
/
src
/
network
/
res_state.c
blob
5c42cda5c35f098a70f26016407c602ecf645195
1
#include <resolv.h>
2
3
/* This is completely unused, and exists purely to satisfy broken apps. */
4
5
struct
__res_state
*
__res_state
()
6
{
7
static struct
__res_state res
;
8
return
&
res
;
9
}