* 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:
Jonas Maebe 2016-01-24 21:37:40 +00:00
parent 8b4a392863
commit f54c3dc523

View File

@ -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) }