mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:19:17 +02:00
* bug is obsolete
This commit is contained in:
parent
2985766e9d
commit
a20e4c2afe
@ -1,18 +0,0 @@
|
|||||||
{ %version=1.1 }
|
|
||||||
{ %target=linux }
|
|
||||||
unit tb0452;
|
|
||||||
|
|
||||||
{$mode delphi}
|
|
||||||
|
|
||||||
interface
|
|
||||||
|
|
||||||
function sem_open(__name: PChar; __oflag: Integer): Pointer; cdecl; varargs;
|
|
||||||
|
|
||||||
implementation
|
|
||||||
|
|
||||||
const
|
|
||||||
libpthreadmodulename = 'libpthread.so';
|
|
||||||
|
|
||||||
function sem_open; external libpthreadmodulename name 'sem_open';
|
|
||||||
|
|
||||||
end.
|
|
Loading…
Reference in New Issue
Block a user