* PSemaphore

git-svn-id: trunk@16228 -
This commit is contained in:
marco 2010-10-26 20:37:24 +00:00
parent 9ab050316e
commit c1df466f6d

View File

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