2
0
Эх сурвалжийг харах

* PSemaphore

git-svn-id: trunk@16228 -
marco 14 жил өмнө
parent
commit
c1df466f6d

+ 1 - 1
packages/pthreads/src/pthrbsd.inc

@@ -124,7 +124,7 @@ const
 
      psem_t = ^sem_t;
      TSemaphore         = sem_t;
-     PSemaphore   = ^TSemaphore;
+     PSemaphore   = psem_t;
 
     {
      Primitive system data type definitions required by P1003.1c.