mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +02:00
* re-enabled SEM_GETNCNT..SEM_SETALL for Darwin, after they were disabled
when AIX support was added. Not sure why that happened (mantis #29495) git-svn-id: trunk@33004 -
This commit is contained in:
parent
8b4a392863
commit
f54c3dc523
@ -656,7 +656,7 @@ const
|
||||
MAX_SOPS = 5;
|
||||
{$endif}
|
||||
|
||||
{$if not defined(aix) and not defined(darwin)}
|
||||
{$if not defined(aix)}
|
||||
SEM_GETNCNT = 3; { Return the value of sempid (READ) }
|
||||
SEM_GETPID = 4; { Return the value of semval (READ) }
|
||||
SEM_GETVAL = 5; { Return semvals into arg.array (READ) }
|
||||
|
Loading…
Reference in New Issue
Block a user