mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 12:19:18 +02:00
Reenable semaphore support for NetBSD and OpenBSD in syncobjs unit
This commit is contained in:
parent
692754b422
commit
d621cef988
@ -14,7 +14,7 @@
|
|||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$h+}
|
{$h+}
|
||||||
|
|
||||||
{$IF DEFINED(WINCE) or DEFINED(AIX) or DEFINED(NETBSD) or DEFINED (OPENBSD)}
|
{$IF DEFINED(WINCE) or DEFINED(AIX)}
|
||||||
{$DEFINE NO_SEMAPHORE_SUPPORT}
|
{$DEFINE NO_SEMAPHORE_SUPPORT}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user