mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	On Minix, disable the ".timer" command in the shell in order to avoid
calling getrusage(). FossilOrigin-Name: 9bd9bd9cab8c804c1a51d472199459176044a633
This commit is contained in:
		@@ -90,7 +90,8 @@ static int enableTimer = 0;
 | 
			
		||||
#define IsDigit(X)  isdigit((unsigned char)X)
 | 
			
		||||
#define ToLower(X)  (char)tolower((unsigned char)X)
 | 
			
		||||
 | 
			
		||||
#if !defined(_WIN32) && !defined(WIN32) && !defined(_WRS_KERNEL)
 | 
			
		||||
#if !defined(_WIN32) && !defined(WIN32) && !defined(_WRS_KERNEL) \
 | 
			
		||||
 && !defined(__minux)
 | 
			
		||||
#include <sys/time.h>
 | 
			
		||||
#include <sys/resource.h>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user