mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 17:51:38 +01:00 
			
		
		
		
	* definition of pthread_mutex_t moved to pmutext.inc
git-svn-id: trunk@186 -
This commit is contained in:
		
							parent
							
								
									7a79e0f083
								
							
						
					
					
						commit
						619cbfd88b
					
				| @ -154,7 +154,7 @@ type | |||||||
| 
 | 
 | ||||||
|    pthread_t            = pointer; |    pthread_t            = pointer; | ||||||
|    pthread_attr_t       = record sig: clong; opaque: array[0..36-1] of byte; end; |    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_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_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; |    pthread_condattr_t   = record sig: clong; opaque: array[0..4-1] of byte; end; | ||||||
|  | |||||||
| @ -105,7 +105,7 @@ type | |||||||
| 
 | 
 | ||||||
|    pthread_t            = pointer; |    pthread_t            = pointer; | ||||||
|    pthread_attr_t       = pointer; |    pthread_attr_t       = pointer; | ||||||
|    pthread_mutex_t      = pointer; |    pthread_mutex_t      = {$i pmutext.inc} | ||||||
|    pthread_mutexattr_t  = pointer; |    pthread_mutexattr_t  = pointer; | ||||||
|    pthread_cond_t       = pointer; |    pthread_cond_t       = pointer; | ||||||
|    pthread_condattr_t   = pointer; |    pthread_condattr_t   = pointer; | ||||||
|  | |||||||
| @ -93,7 +93,7 @@ type | |||||||
| 
 | 
 | ||||||
|    pthread_t            = pointer; |    pthread_t            = pointer; | ||||||
|    pthread_attr_t       = pointer; |    pthread_attr_t       = pointer; | ||||||
|    pthread_mutex_t      = pointer; |    pthread_mutex_t      = {$ pmutext.inc} | ||||||
|    pthread_mutexattr_t  = pointer; |    pthread_mutexattr_t  = pointer; | ||||||
|    pthread_cond_t       = pointer; |    pthread_cond_t       = pointer; | ||||||
|    pthread_condattr_t   = pointer; |    pthread_condattr_t   = pointer; | ||||||
|  | |||||||
| @ -93,7 +93,7 @@ type | |||||||
| 
 | 
 | ||||||
|    pthread_t            = pointer; |    pthread_t            = pointer; | ||||||
|    pthread_attr_t       = pointer; |    pthread_attr_t       = pointer; | ||||||
|    pthread_mutex_t      = pointer; |    pthread_mutex_t      = {$i pmutext.inc} | ||||||
|    pthread_mutexattr_t  = pointer; |    pthread_mutexattr_t  = pointer; | ||||||
|    pthread_cond_t       = pointer; |    pthread_cond_t       = pointer; | ||||||
|    pthread_condattr_t   = pointer; |    pthread_condattr_t   = pointer; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jonas Maebe
						Jonas Maebe