* continue exchanging untyped "Pointer" handle types to pointer to empty records.

see discussion mantis 16607. 

git-svn-id: trunk@15405 -
This commit is contained in:
marco 2010-06-10 20:28:39 +00:00
parent 5fac78e334
commit 6a12cb6e68

View File

@ -136,7 +136,8 @@ type
pthread_rwlock_t = ^pthread_rwlock_t_rec;
pthread_rwlockattr_t = ^pthread_rwlock_t_rec;
sem_t = pointer;
sem_t_rec = record end;
sem_t = ^sem_t_rec;
rlim_t = int64;
TRlim = rlim_t;
{