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