[Ada] sigset_t is an unsigned long on RTEMS
authorPatrick Bernardi <bernardi@adacore.com>
Thu, 7 Oct 2021 21:19:01 +0000 (17:19 -0400)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 11 Oct 2021 13:38:12 +0000 (13:38 +0000)
gcc/ada/

* libgnarl/s-osinte__rtems.ads: Change sigset_t to an unsigned
long.

gcc/ada/libgnarl/s-osinte__rtems.ads

index 5743a6a..9a0561f 100644 (file)
@@ -585,7 +585,7 @@ package System.OS_Interface is
 
 private
 
-   type sigset_t is new int;
+   type sigset_t is new unsigned_long;
 
    type pid_t is new int;