Skip to content

Commit

Permalink
fix cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 17, 2024
1 parent 0ac0964 commit 61cd08b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/cysignals/implementation.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,6 @@ static inline void sigdie_for_sig(int sig, int inside)
}


/* Additional platform-specific implementation code */
#if defined(__CYGWIN__)
#include "implementation_cygwin.c"
#endif


/* Handler for SIGHUP, SIGINT, SIGALRM
*
* Inside sig_on() (i.e. when cysigs.sig_on_count is positive), this
Expand Down

0 comments on commit 61cd08b

Please sign in to comment.