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