Commit 18934a8d by Eric Botcazou Committed by Pierre-Marie de Rodat

[Ada] System.OS_Interface: fix Critical_Section.SpinCount type

2019-07-09  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

	* libgnarl/s-osinte__mingw.ads (CRITICAL_SECTION): Use proper
	type for SpinCount component.

From-SVN: r273291
parent b3889fff
2019-07-09 Eric Botcazou <ebotcazou@adacore.com>
* libgnarl/s-osinte__mingw.ads (CRITICAL_SECTION): Use proper
type for SpinCount component.
2019-07-09 Justin Squirek <squirek@adacore.com> 2019-07-09 Justin Squirek <squirek@adacore.com>
* exp_ch4.adb (Expand_N_Allocator): Add conditional to detect * exp_ch4.adb (Expand_N_Allocator): Add conditional to detect
......
...@@ -369,7 +369,7 @@ private ...@@ -369,7 +369,7 @@ private
-- section for the resource. -- section for the resource.
LockSemaphore : Win32.HANDLE; LockSemaphore : Win32.HANDLE;
SpinCount : Win32.DWORD; SpinCount : Interfaces.C.size_t;
end record; end record;
end System.OS_Interface; end System.OS_Interface;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment