diff mbox series

[Ada] Fix tasking on SPARC/Linux

Message ID 1710856.QDlEdGrq5D@polaris
State New
Headers show
Series [Ada] Fix tasking on SPARC/Linux | expand

Commit Message

Eric Botcazou Feb. 7, 2019, 4:29 p.m. UTC
The tasking is terminally broken on SPARC/Linux with the mainline compiler.
The problem is also visible on other branches if you compile the runtime with 
assertions enabled.

Tested on SPARC64/Linux, applied on all active branches.


2019-02-07  Eric Botcazou  <ebotcazou@adacore.com>

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

Patch

Index: libgnarl/s-linux__sparc.ads
===================================================================
--- libgnarl/s-linux__sparc.ads	(revision 268508)
+++ libgnarl/s-linux__sparc.ads	(working copy)
@@ -70,7 +70,7 @@  package System.Linux is
    EINVAL    : constant := 22;
    ENOMEM    : constant := 12;
    EPERM     : constant := 1;
-   ETIMEDOUT : constant := 110;
+   ETIMEDOUT : constant := 60;
 
    -------------
    -- Signals --