aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPatrick Bernardi <bernardi@adacore.com>2021-10-07 17:19:01 -0400
committerPierre-Marie de Rodat <derodat@adacore.com>2021-10-11 13:38:12 +0000
commit26a7b2ada5f9be63a99ca3eca2a66168c8b2b26f (patch)
tree825f107efd6cd9c8cebd4f01abd3c05d64716573 /gcc
parent0f076494f173aa47fa65434270bb91e8ea666b59 (diff)
downloadgcc-26a7b2ada5f9be63a99ca3eca2a66168c8b2b26f.zip
gcc-26a7b2ada5f9be63a99ca3eca2a66168c8b2b26f.tar.gz
gcc-26a7b2ada5f9be63a99ca3eca2a66168c8b2b26f.tar.bz2
[Ada] sigset_t is an unsigned long on RTEMS
gcc/ada/ * libgnarl/s-osinte__rtems.ads: Change sigset_t to an unsigned long.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/libgnarl/s-osinte__rtems.ads2
1 files changed, 1 insertions, 1 deletions
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;