mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 19:51:34 +08:00
re PR ada/88191 (ada bootstrap failure on alpha-linux-gnu ("SIGSYS" not declared in "Linux"))
2018-11-26 Matthias Klose <doko@ubuntu.com> PR ada/88191 * libgnarl/s-linux__alpha.ads: Define SIGSYS. From-SVN: r266459
This commit is contained in:
parent
14c5a314c8
commit
7548e49631
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -87,6 +87,7 @@ package System.Linux is
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user