port: Use sig_t instead of sighandler_t
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 27 Jun 2019 18:50:42 +0000 (14:50 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 28 Jun 2019 19:29:06 +0000 (15:29 -0400)
commit86f0fb5572a6a96b815793f7e39901047aac2ba9
tree01638854ab7336f88498c7fd2933fb8123d2abe7
parent09a926c19afa6e137319da5f9fd60b0852946ea4
port: Use sig_t instead of sighandler_t

The 'sighandler_t' is a GNU extension specific to Glibc, use the more
portable 'sig_t' to support macOs and others.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: I0c6fd8792936c6559a8d8018b3b444559b6dc3b1
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1557
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/python-plugin-provider/python-plugin-provider.c
This page took 0.024131 seconds and 4 git commands to generate.