Sign in
akaros
/
upstream
/
fe07b94029f8457c2109cf8d0a5e8f1f96b7f147
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getprtent.c
blob: c4ac2b4596c814736e164df04a7f6999de9f59b1 [
file
] [
log
] [
blame
]
#include
<netdb.h>
struct
protoent
*
getprotoent
(
void
)
{
return
0
;
}
stub_warning
(
getprotoent
);