[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
This commit is contained in:
parent
b3889ffffc
commit
18934a8d0f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
* exp_ch4.adb (Expand_N_Allocator): Add conditional to detect
|
||||
|
|
|
@ -369,7 +369,7 @@ private
|
|||
-- section for the resource.
|
||||
|
||||
LockSemaphore : Win32.HANDLE;
|
||||
SpinCount : Win32.DWORD;
|
||||
SpinCount : Interfaces.C.size_t;
|
||||
end record;
|
||||
|
||||
end System.OS_Interface;
|
||||
|
|
Loading…
Add table
Reference in a new issue