13 lines
		
	
	
		
			233 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			233 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include_next <sys/types.h>
 | 
						|
 | 
						|
#ifndef LIBCRYPTOCOMPAT_SYS_TYPES_H
 | 
						|
#define LIBCRYPTOCOMPAT_SYS_TYPES_H
 | 
						|
 | 
						|
#include <stdint.h>
 | 
						|
 | 
						|
#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
 | 
						|
# define __bounded__(x, y, z)
 | 
						|
#endif
 | 
						|
 | 
						|
#endif
 |