]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* s-linux-sparc.ads (ETIMEDOUT): Set to correct value.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 7 Feb 2019 16:29:48 +0000 (16:29 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 7 Feb 2019 16:29:48 +0000 (16:29 +0000)
From-SVN: r268654

gcc/ada/ChangeLog
gcc/ada/s-linux-sparc.ads

index a0b7692fa41d95a70024a1a943b77135aaeafdef..7664aff2800ca59d7bebea263fb0bef6955949f3 100644 (file)
@@ -1,3 +1,7 @@
+2019-02-07  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * s-linux-sparc.ads (ETIMEDOUT): Set to correct value.
+
 2019-02-06  Eric Botcazou  <ebotcazou@adacore.com>
 
        Backport from mainline
index 96c67145fe1f3d07933dc3e2a2c97e61e117e2b4..79be6c6bd0604ee7d0c649fea2bec4d042511abe 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 --