Skip to content

Commit

Permalink
Add a halfway-reasonable fallback NSIG value
Browse files Browse the repository at this point in the history
  • Loading branch information
jpco committed Dec 29, 2024
1 parent 842083d commit f31f07a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stdenv.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ extern void *qsort(
#define STRING(s) #s
#endif

/* this is not a principled fallback, but it should work on most systems */
#ifndef NSIG
#define NSIG 64
#endif


/*
* types we use throughout es
Expand Down

0 comments on commit f31f07a

Please sign in to comment.