Sign in
android
/
platform
/
external
/
musl
/
aa59d7880b1194c821029d464f93561a2600d57e
/
.
/
src
/
misc
/
gethostid.c
blob: 25bb35db862d297f92ff3931b1964373d48194d8 [
file
] [
log
] [
blame
]
#include
<unistd.h>
long
gethostid
()
{
return
0
;
}