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