public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4310] [Ada] sigset_t is an unsigned long on RTEMS
@ 2021-10-11 13:40 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-10-11 13:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:26a7b2ada5f9be63a99ca3eca2a66168c8b2b26f

commit r12-4310-g26a7b2ada5f9be63a99ca3eca2a66168c8b2b26f
Author: Patrick Bernardi <bernardi@adacore.com>
Date:   Thu Oct 7 17:19:01 2021 -0400

    [Ada] sigset_t is an unsigned long on RTEMS
    
    gcc/ada/
    
            * libgnarl/s-osinte__rtems.ads: Change sigset_t to an unsigned
            long.

Diff:
---
 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 5743a6aa468..9a0561fccd1 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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-11 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 13:40 [gcc r12-4310] [Ada] sigset_t is an unsigned long on RTEMS Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).