Procházet zdrojové kódy

* PSemaphore

git-svn-id: trunk@16228 -
marco před 15 roky
rodič
revize
c1df466f6d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.