mirror of https://git.musl-libc.org/git/musl
some gnu software wrongly uses "struct siginfo" instead of siginfo_t...
This commit is contained in:
parent
56b784d603
commit
417dbe92cb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue