Sign in
akaros
/
upstream
/
46cfc69bdb8606be7693f88fb235cd8bd85a83a4
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getnetbyad_r.c
blob: 33ddf46acf2f548e11e79dcdae9c552d894e9875 [
file
] [
log
] [
blame
]
#include
<netdb.h>
int
__getnetbyaddr_r
(
uint32_t
net
,
int
type
,
struct
netent
*
result_buf
,
char
*
buf
,
size_t
buflen
,
struct
netent
**
result
,
int
*
h_errnop
)
{
return
0
;
}
weak_alias
(
__getnetbyaddr_r
,
getnetbyaddr_r
);
stub_warning
(
getnetbyaddr_r
);