Browse Source

* continue exchanging untyped "Pointer" handle types to pointer to empty records.
see discussion mantis 16607.

git-svn-id: trunk@15405 -

marco 15 years ago
parent
commit
6a12cb6e68
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rtl/freebsd/ptypes.inc

+ 2 - 1
rtl/freebsd/ptypes.inc

@@ -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;
   {