]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: Check for type sighandler_t and use if present
authorMichael Forney <mforney@mforney.org>
Thu, 3 Oct 2013 09:39:18 +0000 (02:39 -0700)
committerKarel Zak <kzak@redhat.com>
Fri, 4 Oct 2013 09:51:34 +0000 (11:51 +0200)
commitb09bc5088bed5174f1ffa3d4a51cef1cdd37292f
treeff29a6429b3609e261e1cc56a3388a200092b9bf
parent00c505d9cfedc02752d64bd61cf83d293b061c8d
build-sys: Check for type sighandler_t and use if present

__sighandler_t is libc implementation specific and should not be relied
upon. Instead, we fall back upon void (*)(int), as specified by POSIX.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
fdisks/cfdisk.c