* libgnarl/s-linux__sparc.ads (ETIMEDOUT): Set to correct value.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 7 Feb 2019 16:28:40 +0000 (16:28 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 7 Feb 2019 16:28:40 +0000 (16:28 +0000)
From-SVN: r268652

gcc/ada/ChangeLog
gcc/ada/libgnarl/s-linux__sparc.ads

index cad493e..0591ede 100644 (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
index 9c7e61a..de31105 100644 (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 --