author | Rich Felker <dalias@aerifal.cx> | 2018年02月25日 21:13:38 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018年02月25日 21:17:48 -0500 |
commit | 57b97b42bdecafd81c4967a10aef6eaf43d3fcb8 (patch) | |
tree | 477e999aaff92024254d99a6f4ea6805f586fd31 /src/misc/gethostid.c | |
parent | 2fae10f887b48b809bac56e4ff8a5c3fd4525de3 (diff) | |
download | musl-57b97b42bdecafd81c4967a10aef6eaf43d3fcb8.tar.gz |
-rw-r--r-- | src/misc/gethostid.c | 2 |
diff --git a/src/misc/gethostid.c b/src/misc/gethostid.c index ea65611a..25bb35db 100644 --- a/src/misc/gethostid.c +++ b/src/misc/gethostid.c @@ -1,3 +1,5 @@ +#include <unistd.h> + long gethostid() { return 0; |