* definition of pthread_mutex_t moved to pmutext.inc

git-svn-id: trunk@186 -
This commit is contained in:
Jonas Maebe 2005-06-03 21:07:55 +00:00
parent 7a79e0f083
commit 619cbfd88b
4 changed files with 4 additions and 4 deletions

View File

@ -154,7 +154,7 @@ type
pthread_t = pointer;
pthread_attr_t = record sig: clong; opaque: array[0..36-1] of byte; end;
pthread_mutex_t = record sig: clong; opaque: array[0..40-1] of byte; end;
pthread_mutex_t = {$i pmutext.inc}
pthread_mutexattr_t = record sig: clong; opaque: array[0..8-1] of byte; end;
pthread_cond_t = record sig: clong; opaque: array[0..24-1] of byte; end;
pthread_condattr_t = record sig: clong; opaque: array[0..4-1] of byte; end;

View File

@ -105,7 +105,7 @@ type
pthread_t = pointer;
pthread_attr_t = pointer;
pthread_mutex_t = pointer;
pthread_mutex_t = {$i pmutext.inc}
pthread_mutexattr_t = pointer;
pthread_cond_t = pointer;
pthread_condattr_t = pointer;

View File

@ -93,7 +93,7 @@ type
pthread_t = pointer;
pthread_attr_t = pointer;
pthread_mutex_t = pointer;
pthread_mutex_t = {$ pmutext.inc}
pthread_mutexattr_t = pointer;
pthread_cond_t = pointer;
pthread_condattr_t = pointer;

View File

@ -93,7 +93,7 @@ type
pthread_t = pointer;
pthread_attr_t = pointer;
pthread_mutex_t = pointer;
pthread_mutex_t = {$i pmutext.inc}
pthread_mutexattr_t = pointer;
pthread_cond_t = pointer;
pthread_condattr_t = pointer;