diff options
Diffstat (limited to 'src/unistd/gethostid.c')
-rw-r--r-- | src/unistd/gethostid.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/gethostid.c b/src/unistd/gethostid.c index 6a085885..90f81c27 100644 --- a/src/unistd/gethostid.c +++ b/src/unistd/gethostid.c @@ -1,3 +1,5 @@ +#if 0 + #include <unistd.h> long gethostid(void) @@ -8,3 +10,6 @@ long gethostid(void) /* XOPEN(400) */ + + +#endif |