]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix Ada runtime library breakage on Solaris (bis)
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 21 May 2024 09:11:02 +0000 (11:11 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Tue, 21 May 2024 09:12:34 +0000 (11:12 +0200)
commit7b215c867629e095a4ac403bd026b6eb293962b4
treec76256e81c9a57f54cc1b7e6542877f7af13b17c
parentec9b8bafe20755d13ab9a1b834b5da79ae972c0e
Fix Ada runtime library breakage on Solaris (bis)

Recent changes made to the runtime library broke again its build on Solaris
because it uses Solaris threads instead of POSIX threads on this platform.

gcc/ada/
PR ada/115168
* libgnarl/s-taprop__solaris.adb (Initialize): Fix pasto.
* libgnat/s-oslock__solaris.ads (Owner_Int): Delete.
(Owner_ID): Change the designated type to Integer.
gcc/ada/libgnarl/s-taprop__solaris.adb
gcc/ada/libgnat/s-oslock__solaris.ads