diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-15 15:42:40 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-15 15:42:40 +0000 |
commit | 477041e79411085b2fbe625da0b046dfa65ed708 (patch) | |
tree | 984824a6d6bec6ebc59efb2e093195d065bc5251 /include/unistd.h | |
parent | 17e9e1b9d5c22eaa5a48f8ea196c801099576c7f (diff) |
- revert wrong r24049
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h index f981d2116..164f28909 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -869,12 +869,10 @@ 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. */ |