Sign in
akaros
/
upstream
/
bd1a5d9803b95c110a1fdfc10c2b629fcca3e61d
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getnetbyad.c
blob: b0e54c49d5c1ee3331d707b1facd59fb2640db52 [
file
]
#include
<netdb.h>
struct
netent
*
getnetbyaddr
(
uint32_t
net
,
int
type
)
{
return
0
;
}
stub_warning
(
getnetbyaddr
);