mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:39:15 +02:00
multithreadproc: fix compilation for fpc320 bsd targets. bug #37255
git-svn-id: trunk@63462 -
This commit is contained in:
parent
b9173dead1
commit
eaa9757b18
@ -69,7 +69,7 @@ end;
|
||||
end;
|
||||
{$ELSEIF defined(freebsd) or defined(darwin)}
|
||||
type
|
||||
PSysCtl = {$IF FPC_FULLVERSION>30300}pcint{$ELSE}pchar{$ENDIF};
|
||||
PSysCtl = {$IF FPC_FULLVERSION>=30200}pcint{$ELSE}pchar{$ENDIF};
|
||||
var
|
||||
mib: array[0..1] of cint;
|
||||
len: csize_t;
|
||||
|
Loading…
Reference in New Issue
Block a user