* libgnarl/s-linux__sparc.ads (ETIMEDOUT): Set to correct value.
From-SVN: r268652
This commit is contained in:
parent
993f9e7d06
commit
f15542a4b7
@ -1,3 +1,7 @@
|
||||
2019-02-07 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* libgnarl/s-linux__sparc.ads (ETIMEDOUT): Set to correct value.
|
||||
|
||||
2019-02-06 Arnaud Charlet <charlet@adacore.com>
|
||||
|
||||
* libgnarl/s-linux__x32.ads: Resync list of signals with s-linux.ads
|
||||
|
@ -70,7 +70,7 @@ package System.Linux is
|
||||
EINVAL : constant := 22;
|
||||
ENOMEM : constant := 12;
|
||||
EPERM : constant := 1;
|
||||
ETIMEDOUT : constant := 110;
|
||||
ETIMEDOUT : constant := 60;
|
||||
|
||||
-------------
|
||||
-- Signals --
|
||||
|
Loading…
Reference in New Issue
Block a user