[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:
Patrick Bernardi
2021-10-07 17:19:01 -04:00
committed by Pierre-Marie de Rodat
parent 0f076494f1
commit 26a7b2ada5
+1 -1
View 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;