From 60d2f8f3c7f1cdacafcbd60dc004e32cc90035ca Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 8 Jun 2013 00:22:23 +0000 Subject: Use (void) in no-arguments function definitions. --- misc/vhangup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/vhangup.c') 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; -- cgit v1.1