Commit f15542a4 by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r268652
parent 993f9e7d
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 --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment