Browse Source

* bug is obsolete

peter 21 years ago
parent
commit
a20e4c2afe
1 changed files with 0 additions and 18 deletions
  1. 0 18
      tests/tbs/tb0452.pp

+ 0 - 18
tests/tbs/tb0452.pp

@@ -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.