Remove duplicate int*_t definitions
Types are already available via <sys/_stdint.h> included some lines above. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
		
				
					committed by
					
						 Corinna Vinschen
						Corinna Vinschen
					
				
			
			
				
	
			
			
			
						parent
						
							2b569add11
						
					
				
				
					commit
					60f867812c
				
			| @@ -161,10 +161,6 @@ typedef unsigned long vm_size_t; | ||||
|  | ||||
| #define __BIT_TYPES_DEFINED__ | ||||
|  | ||||
| typedef signed char int8_t; | ||||
| typedef short int16_t; | ||||
| typedef int int32_t; | ||||
| typedef long long int64_t; | ||||
| typedef int32_t register_t; | ||||
| #endif /* __i386__ && (GO32 || __MSDOS__) */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user