Sign in
akaros
/
upstream
/
0131abaccf13143ebcb907d083ecfbe118f9ba49
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getproto_r.c
blob: 8feaf30738e3042c04298d03e124049e99a3a912 [
file
] [
log
] [
blame
]
#include
<netdb.h>
int
__getprotobynumber_r
(
int
proto
,
struct
protoent
*
result_buf
,
char
*
buf
,
size_t
buflen
,
struct
protoent
**
result
)
{
return
0
;
}
weak_alias
(
__getprotobynumber_r
,
getprotobynumber_r
);
stub_warning
(
getprotobynumber_r
);