]> git.corax.cc Git - corax/commitdiff
Add SIGMAX definition to signal.h
authorMatthias Kruk <m@m10k.eu>
Sun, 5 Jan 2020 07:56:12 +0000 (16:56 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 5 Jan 2020 07:56:12 +0000 (16:56 +0900)
include/signal.h

index c9dec84509e38f4eb7c0c5b7fe1f332e21ffbdc6..59b45d3d5b5044938de961e2028ed2d3c986f144 100644 (file)
@@ -32,6 +32,7 @@
 #define SIGIO     29
 #define SIGPWR    30
 #define SIGSYS    31
+#define SIGMAX    31
 
 /* synonyms */
 #define SIGIOT    6