diff options
Diffstat (limited to 'src/util/timeout.c')
| -rw-r--r-- | src/util/timeout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/timeout.c b/src/util/timeout.c index c9608a9..fb3053d 100644 --- a/src/util/timeout.c +++ b/src/util/timeout.c @@ -17,7 +17,7 @@ void timeout_handle(int signum, siginfo_t *siginfo, void *other) { if (timeout_in) siglongjmp(timeout_ptr, 1); } -bool timeout_init(const config_t *cfg) { +bool timeout_init() { struct sigaction new_action; new_action.sa_sigaction = timeout_handle; |
