X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2a49908006b177c4d6354309333d06b1b96e4887..f09e806d5032150564df39a2f7b1192c4d84cf15:/lunaix-os/includes/usr/lunaix/signal_defs.h diff --git a/lunaix-os/includes/usr/lunaix/signal_defs.h b/lunaix-os/includes/usr/lunaix/signal_defs.h index ac102ab..0bd3e70 100644 --- a/lunaix-os/includes/usr/lunaix/signal_defs.h +++ b/lunaix-os/includes/usr/lunaix/signal_defs.h @@ -1,14 +1,16 @@ #ifndef __LUNAIX_SYS_SIGNAL_DEFS_H #define __LUNAIX_SYS_SIGNAL_DEFS_H -#define SIGSEGV 1 -#define SIGALRM 2 -#define SIGCHLD 3 +#define SIGALRM 1 +#define SIGCHLD 2 #define SIGCLD SIGCHLD -#define SIGINT 4 -#define SIGKILL 5 -#define SIGSTOP 6 -#define SIGCONT 7 + +#define SIGSTOP 3 +#define SIGCONT 4 + +#define SIGINT 5 +#define SIGSEGV 6 +#define SIGKILL 7 #define SIGTERM 8 #define SIG_BLOCK 1