* libgnarl/s-linux__sparc.ads (ETIMEDOUT): Set to correct value.

From-SVN: r268652
This commit is contained in:
Eric Botcazou 2019-02-07 16:28:40 +00:00 committed by Eric Botcazou
parent 993f9e7d06
commit f15542a4b7
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -70,7 +70,7 @@ package System.Linux is
EINVAL : constant := 22;
ENOMEM : constant := 12;
EPERM : constant := 1;
ETIMEDOUT : constant := 110;
ETIMEDOUT : constant := 60;
-------------
-- Signals --