mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 10:26:17 +02:00
* Patch from Markus Beth to fix some comments
git-svn-id: trunk@37431 -
This commit is contained in:
parent
d96558cd64
commit
243002023c
@ -673,13 +673,13 @@ const
|
|||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$if not defined(aix)}
|
{$if not defined(aix)}
|
||||||
SEM_GETNCNT = 3; { Return the value of sempid (READ) }
|
SEM_GETNCNT = 3; { Return the value of semncnt (READ) }
|
||||||
SEM_GETPID = 4; { Return the value of semval (READ) }
|
SEM_GETPID = 4; { Return the value of sempid (READ) }
|
||||||
SEM_GETVAL = 5; { Return semvals into arg.array (READ) }
|
SEM_GETVAL = 5; { Return the value of semval (READ) }
|
||||||
SEM_GETALL = 6; { Return the value of semzcnt (READ) }
|
SEM_GETALL = 6; { Return semvals into arg.array (READ) }
|
||||||
SEM_GETZCNT = 7; { Set the value of semval to arg.val (ALTER) }
|
SEM_GETZCNT = 7; { Return the value of semzcnt (READ) }
|
||||||
SEM_SETVAL = 8; { Set semvals from arg.array (ALTER) }
|
SEM_SETVAL = 8; { Set the value of semval to arg.val (ALTER) }
|
||||||
SEM_SETALL = 9;
|
SEM_SETALL = 9; { Set semvals from arg.array (ALTER) }
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{ Permissions }
|
{ Permissions }
|
||||||
|
Loading…
Reference in New Issue
Block a user