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