aboutsummaryrefslogtreecommitdiff
path: root/src/misc/gethostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/gethostid.c')
-rw-r--r--src/misc/gethostid.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/misc/gethostid.c b/src/misc/gethostid.c
index 25bb35db..20753af1 100644
--- a/src/misc/gethostid.c
+++ b/src/misc/gethostid.c
@@ -4,3 +4,11 @@ long gethostid()
{
return 0;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif