mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 14:21:57 +00:00
some gnu software wrongly uses "struct siginfo" instead of siginfo_t...
This commit is contained in:
@@ -88,6 +88,7 @@ void (*sigset(int, void (*)(int)))(int);
|
|||||||
#ifdef _GNU_SOURCE
|
#ifdef _GNU_SOURCE
|
||||||
typedef int (*sighandler_t)(int);
|
typedef int (*sighandler_t)(int);
|
||||||
void (*bsd_signal(int, void (*)(int)))(int);
|
void (*bsd_signal(int, void (*)(int)))(int);
|
||||||
|
#define __siginfo siginfo
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <bits/signal.h>
|
#include <bits/signal.h>
|
||||||
|
Reference in New Issue
Block a user