LibC: add more typedefs to sys/types
This commit is contained in:
		
							parent
							
								
									633414bd20
								
							
						
					
					
						commit
						1be8b2f514
					
				|  | @ -5,6 +5,10 @@ | |||
| 
 | ||||
| __BEGIN_DECLS | ||||
| 
 | ||||
| typedef int32_t pid_t; | ||||
| typedef int32_t id_t; | ||||
| typedef id_t pid_t; | ||||
| typedef id_t uid_t; | ||||
| typedef id_t gid_t; | ||||
| typedef uint16_t mode_t; | ||||
| 
 | ||||
| __END_DECLS | ||||
		Loading…
	
		Reference in New Issue