port: Use sig_t instead of sighandler_t
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 27 Jun 2019 18:50:42 +0000 (14:50 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 15:53:33 +0000 (11:53 -0400)
commita6b0315a692df4751c6ef90af94abb92234a452d
treec54f79c7567b779afff9fec73e1f945599e522c4
parent5f953519a108fd1028fcab6cbd1ec6e8ef371b22
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.025271 seconds and 4 git commands to generate.