From 26a7b2ada5f9be63a99ca3eca2a66168c8b2b26f Mon Sep 17 00:00:00 2001 From: Patrick Bernardi Date: Thu, 7 Oct 2021 17:19:01 -0400 Subject: [Ada] sigset_t is an unsigned long on RTEMS gcc/ada/ * libgnarl/s-osinte__rtems.ads: Change sigset_t to an unsigned long. --- gcc/ada/libgnarl/s-osinte__rtems.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/libgnarl/s-osinte__rtems.ads b/gcc/ada/libgnarl/s-osinte__rtems.ads index 5743a6a..9a0561f 100644 --- a/gcc/ada/libgnarl/s-osinte__rtems.ads +++ b/gcc/ada/libgnarl/s-osinte__rtems.ads @@ -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; -- cgit v1.1