Added some system V things
This commit is contained in:
		
							parent
							
								
									846d9a0c2d
								
							
						
					
					
						commit
						846f27eebc
					
				
					 2 changed files with 16 additions and 0 deletions
				
			
		|  | @ -26,3 +26,11 @@ typedef	long	time_t; | |||
| typedef	long	label_t[14]; | ||||
| typedef	short	dev_t; | ||||
| typedef	long	off_t; | ||||
| 
 | ||||
| /* system V compatibility: */ | ||||
| typedef unsigned int	uint; | ||||
| typedef unsigned short	ushort; | ||||
| typedef unsigned char	uchar_t; | ||||
| typedef short		cnt_t; | ||||
| typedef long		paddr_t; | ||||
| typedef long		key_t; | ||||
|  |  | |||
|  | @ -26,3 +26,11 @@ typedef	long	time_t; | |||
| typedef	long	label_t[14]; | ||||
| typedef	short	dev_t; | ||||
| typedef	long	off_t; | ||||
| 
 | ||||
| /* system V compatibility: */ | ||||
| typedef unsigned int	uint; | ||||
| typedef unsigned short	ushort; | ||||
| typedef unsigned char	uchar_t; | ||||
| typedef short		cnt_t; | ||||
| typedef long		paddr_t; | ||||
| typedef long		key_t; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue