Browse Source

* "external;" added to pthreads.inc as per #14179.

git-svn-id: trunk@13437 -
marco 16 years ago
parent
commit
b43b3c4564
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/pthread.inc

+ 1 - 1
rtl/linux/pthread.inc

@@ -174,7 +174,7 @@ Type
     function sem_close (__sem:Psem_t):longint;cdecl;external;
     function sem_unlink (__name:Pchar):longint;cdecl;external;
     function sem_wait (__sem:Psem_t):longint;cdecl;external;
-    function sem_timedwait (__sem:Psem_t; __abs_timeout:ptimespec):longint;cdecl;
+    function sem_timedwait (__sem:Psem_t; __abs_timeout:ptimespec):longint;cdecl;external;
     function sem_trywait  (__sem:Psem_t):longint;cdecl;external;
     function sem_post     (__sem:Psem_t):longint;cdecl;external;
     function sem_getvalue (__sem:Psem_t; __sval:Plongint):longint;cdecl;external;