multithreadproc: fix compilation for fpc320 bsd targets. bug #37255

git-svn-id: trunk@63462 -
This commit is contained in:
dmitry 2020-06-28 15:17:32 +00:00
parent b9173dead1
commit eaa9757b18

View File

@ -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;