summaryrefslogtreecommitdiff
path: root/src/unistd/gethostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/gethostid.c')
-rw-r--r--src/unistd/gethostid.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/gethostid.c b/src/unistd/gethostid.c
deleted file mode 100644
index 90f81c27..00000000
--- a/src/unistd/gethostid.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <unistd.h>
-
-long gethostid(void)
-{
- return 0;
-}
-
-/*
-XOPEN(400)
-*/
-
-
-#endif