cleanup src/linux and src/misc trees, etc.
[musl] / src / misc / gethostid.c
diff --git a/src/misc/gethostid.c b/src/misc/gethostid.c
new file mode 100644 (file)
index 0000000..ea65611
--- /dev/null
@@ -0,0 +1,4 @@
+long gethostid()
+{
+       return 0;
+}