Skip to content

Commit

Permalink
FIXED: cmake/TestSignalType.c for C++
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Dec 3, 2024
1 parent 6de08cb commit b63acef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/TestSignalType.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
#endif
#ifdef __cplusplus
extern "C"
#else
void ( *signal(int signum, void (*handler)(int)) ) (int);
#endif
void ( *signal(int signum, void (*handler)(int)) ) (int);

int
main(int argc, char **argv)
Expand Down

0 comments on commit b63acef

Please sign in to comment.