mirror of
https://github.com/fluencelabs/musl
synced 2025-07-30 22:01: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
|
||||
typedef int (*sighandler_t)(int);
|
||||
void (*bsd_signal(int, void (*)(int)))(int);
|
||||
#define __siginfo siginfo
|
||||
#endif
|
||||
|
||||
#include <bits/signal.h>
|
||||
|
Reference in New Issue
Block a user