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