port: Use sig_t instead of sighandler_t
[babeltrace.git] / src / python-plugin-provider / python-plugin-provider.c
index 42cc642f00a4eaf442fd8eaf04ab1f3c4bf889e6..40435f1df5e1bb865623bae60064b658b606a331 100644 (file)
@@ -88,7 +88,7 @@ void init_python(void)
        PyObject *py_bt2_py_plugin_mod = NULL;
        const char *dis_python_env;
 #ifndef __MINGW32__
-       sighandler_t old_sigint = signal(SIGINT, SIG_DFL);
+       sig_t old_sigint = signal(SIGINT, SIG_DFL);
 #endif
 
        if (python_state != PYTHON_STATE_NOT_INITED) {
This page took 0.023679 seconds and 4 git commands to generate.