2018-11-26 Matthias Klose <doko@ubuntu.com>
PR ada/88191
* libgnarl/s-linux__alpha.ads: Define SIGSYS.
From-SVN: r266459
+2018-11-26 Matthias Klose <doko@ubuntu.com>
+
+ PR ada/88191
+ * libgnarl/s-linux__alpha.ads: Define SIGSYS.
+
2018-11-19 Alexandre Oliva <oliva@adacore.com>
PR ada/81878
SIGKILL : constant := 9; -- kill (cannot be caught or ignored)
SIGBUS : constant := 10; -- bus error
SIGSEGV : constant := 11; -- segmentation violation
+ SIGSYS : constant := 12; -- bad system call
SIGPIPE : constant := 13; -- write on a pipe with no one to read it
SIGALRM : constant := 14; -- alarm clock
SIGTERM : constant := 15; -- software termination signal from kill