SIGCAT and fix alignment

This commit is contained in:
Kevin Lange 2012-08-13 14:47:22 -07:00
parent 1ebfcaefb7
commit 444207cbd2

View File

@ -48,7 +48,8 @@ void fix_signal_stacks();
#define SIGDIAF 33 /* Die in a fire */
#define SIGHATE 34 /* The sending process does not like you */
#define SIGWINEVENT 35 /* Window server event */
#define SIGCAT 36 /* Everybody loves cats */
#define NUMSIGNALS 35
#define NUMSIGNALS 36
#endif