summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-05 11:46:03 +0000
committerRoy Marples <roy@marples.name>2008-09-05 11:46:03 +0000
commit0ce8caf249d3f477eacbcb45cf31322798551b2d (patch)
tree786d1c9b66d04ee02d90df0ba98345bce915354f /dhcpcd.c
parente7eeaf88da7f1512b33847d180288f4158ef6bd4 (diff)
downloaddhcpcd-0ce8caf249d3f477eacbcb45cf31322798551b2d.tar.xz
Mark functions as _noreturn.
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index 3094fd2b..acbcd54b 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -153,7 +153,7 @@ cleanup(void)
}
}
-void
+_noreturn void
handle_exit_timeout(_unused void *arg)
{
logger(LOG_ERR, "timed out");