Selaa lähdekoodia

* PSemaphore

git-svn-id: trunk@16228 -
marco 14 vuotta sitten
vanhempi
commit
c1df466f6d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/pthreads/src/pthrbsd.inc

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