summaryrefslogtreecommitdiffstats
path: root/include/monotonic.h
diff options
context:
space:
mode:
authorKarel Zak2015-03-05 10:47:59 +0100
committerKarel Zak2015-03-05 10:47:59 +0100
commit46cd5b1767c3ca638a3f9170bfc4463bc83b62b4 (patch)
tree333262813436fd4addf02000dc2a2d893f826e31 /include/monotonic.h
parentwhereis: make "-BMS <dir> -f" more obvious in usage() (diff)
downloadkernel-qcow2-util-linux-46cd5b1767c3ca638a3f9170bfc4463bc83b62b4.tar.gz
kernel-qcow2-util-linux-46cd5b1767c3ca638a3f9170bfc4463bc83b62b4.tar.xz
kernel-qcow2-util-linux-46cd5b1767c3ca638a3f9170bfc4463bc83b62b4.zip
flock: fix timeout handler pointer usage
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/monotonic.h')
-rw-r--r--include/monotonic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/monotonic.h b/include/monotonic.h
index d5ff7c8e5..aca8b1fe4 100644
--- a/include/monotonic.h
+++ b/include/monotonic.h
@@ -9,7 +9,7 @@ extern int get_boot_time(struct timeval *boot_time);
extern int gettime_monotonic(struct timeval *tv);
extern int setup_timer(timer_t * t_id, struct itimerval *timeout,
- void (*timeout_handler)(void));
+ void (*timeout_handler)(int, siginfo_t *, void *));
extern void cancel_timer(timer_t * t_id);
#endif /* UTIL_LINUX_BOOTTIME_H */