mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 06:32:05 +03:00
fix incorrect GNU sighandler_t typedef
This commit is contained in:
parent
6597f9ac13
commit
0f5b43550c
@ -100,7 +100,7 @@ void (*sigset(int, void (*)(int)))(int);
|
||||
#endif
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
typedef int (*sighandler_t)(int);
|
||||
typedef void (*sighandler_t)(int);
|
||||
void (*bsd_signal(int, void (*)(int)))(int);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user