Browse Source

* 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 -

Jonas Maebe 9 years ago
parent
commit
f54c3dc523
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-extra/src/unix/ipc.pp

+ 1 - 1
packages/rtl-extra/src/unix/ipc.pp

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