mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 23:49:29 +02:00
* IPC_PRIVATE now also for Linux
git-svn-id: trunk@3489 -
This commit is contained in:
parent
f378d688d4
commit
416e55c49c
@ -49,7 +49,7 @@ Const
|
||||
IPC_EXCL = 2 shl 9; { fail if key exists }
|
||||
IPC_NOWAIT = 4 shl 9; { return error on wait }
|
||||
|
||||
{$IFDEF FreeBSD}
|
||||
{$IF DEFINED(FreeBSD) or DEFINED(Linux)}
|
||||
IPC_PRIVATE : TKey = 0;
|
||||
{$ENDIF}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user