Parcourir la source

* PSemaphore

git-svn-id: trunk@16228 -
marco il y a 15 ans
Parent
commit
c1df466f6d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.