[fpc-devel] shm_open / shm_unlink

Michael Van Canneyt michael at freepascal.org
Mon Apr 10 08:58:38 CEST 2006



On Mon, 10 Apr 2006, Marco van de Voort wrote:

>> On Sun, 9 Apr 2006, mariano podesta wrote:
>>> i tested with this and worked ok:
>>>
>>> const
>>>   rt = 'rt';
>>>
>>> function shm_open(__name: pchar; __oflag: longint; __mode: mode_t): longint;
>>> cdecl; external rt name 'shm_open';
>>> function shm_unlink(__name: pchar): longint; cdecl; external rt name
>>> 'shm_unlink';
>>
>> Changed.
>
> Since which libc is this the case?

Vey long times. It's an error in libc.pp; Even borland's Libc
(dating back to 2000) has it in rt...

Michael.



More information about the fpc-devel mailing list