From 17e9e1b9d5c22eaa5a48f8ea196c801099576c7f Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 15 Nov 2008 15:38:10 +0000 Subject: - Remove linux-specific prototypes if asked to. --- include/unistd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index 164f28909..f981d2116 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -869,10 +869,12 @@ extern int setdomainname (__const char *__name, size_t __len) __THROW __nonnull ((1)) __wur; #endif +#if defined __UCLIBC_LINUX_SPECIFIC__ /* Revoke access permissions to all processes currently communicating with the control terminal, and then send a SIGHUP signal to the process group of the control terminal. */ extern int vhangup (void) __THROW; +#endif #if 0 /* Revoke the access of all descriptors currently open on FILE. */ -- cgit v1.2.3