Skip to content

Commit

Permalink
options/glibc: define sighandler_t
Browse files Browse the repository at this point in the history
  • Loading branch information
no92 committed Jan 4, 2024
1 parent b6cb835 commit d8e7385
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions options/glibc/include/bits/glibc/glibc_signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ extern "C" {

int tgkill(int, int, int);

#if defined(_GNU_SOURCE)

typedef void (*sighandler_t)(int);

#endif

#endif /* !__MLIBC_ABI_ONLY */

#ifdef __cplusplus
Expand Down

0 comments on commit d8e7385

Please sign in to comment.