From: Eric Botcazou Date: Thu, 7 Feb 2019 16:29:48 +0000 (+0000) Subject: * s-linux-sparc.ads (ETIMEDOUT): Set to correct value. X-Git-Tag: releases/gcc-7.5.0~605 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0e7f9ed8e04b32b27005d1e7bc8651520779f27;p=thirdparty%2Fgcc.git * s-linux-sparc.ads (ETIMEDOUT): Set to correct value. From-SVN: r268654 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index a0b7692fa41d..7664aff2800c 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2019-02-07 Eric Botcazou + + * s-linux-sparc.ads (ETIMEDOUT): Set to correct value. + 2019-02-06 Eric Botcazou Backport from mainline diff --git a/gcc/ada/s-linux-sparc.ads b/gcc/ada/s-linux-sparc.ads index 96c67145fe1f..79be6c6bd060 100644 --- a/gcc/ada/s-linux-sparc.ads +++ b/gcc/ada/s-linux-sparc.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 --