Sign in
akaros
/
upstream
/
ecef0caf4f46613c68388ebcfc1407ea0a1b4f1b
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
gethstent.c
blob: 150ae6bd0a21eb2c1ca17006244b3a433d432b10 [
file
] [
log
] [
blame
]
#include
<netdb.h>
struct
hostent
*
gethostent
(
void
)
{
return
0
;
}
stub_warning
(
gethostent
);