Explorar o código

* PSemaphore

git-svn-id: trunk@16228 -
marco %!s(int64=14) %!d(string=hai) anos
pai
achega
c1df466f6d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.