mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-21 10:05:27 +08:00
[Ada] sigset_t is an unsigned long on RTEMS
gcc/ada/ * libgnarl/s-osinte__rtems.ads: Change sigset_t to an unsigned long.
This commit is contained in:
parent
0f076494f1
commit
26a7b2ada5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user