diff options
Diffstat (limited to 'misc/vhangup.c')
-rw-r--r-- | misc/vhangup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/vhangup.c b/misc/vhangup.c index a8571f7..afee526 100644 --- a/misc/vhangup.c +++ b/misc/vhangup.c @@ -22,7 +22,7 @@ with the control terminal, and then send a SIGHUP signal to the process group of the control terminal. */ int -vhangup () +vhangup (void) { __set_errno (ENOSYS); return -1; |