mirror of
				https://github.com/isar/libmdbx.git
				synced 2025-10-31 03:29:01 +08:00 
			
		
		
		
	mdbx-osal: add mdbx_fseek().
Change-Id: I5744aa3ba51bd1acaeedd866e6b21a1330c3f711
This commit is contained in:
		
				
					committed by
					
						 Leo Yuriev
						Leo Yuriev
					
				
			
			
				
	
			
			
			
						parent
						
							06cb8b45b2
						
					
				
				
					commit
					629637d95e
				
			| @@ -504,6 +504,7 @@ int mdbx_thread_join(mdbx_thread_t thread); | ||||
| int mdbx_filesync(mdbx_filehandle_t fd, bool fullsync); | ||||
| int mdbx_filesize_sync(mdbx_filehandle_t fd); | ||||
| int mdbx_ftruncate(mdbx_filehandle_t fd, uint64_t length); | ||||
| int mdbx_fseek(mdbx_filehandle_t fd, uint64_t pos); | ||||
| int mdbx_filesize(mdbx_filehandle_t fd, uint64_t *length); | ||||
| int mdbx_openfile(const char *pathname, int flags, mode_t mode, | ||||
|                   mdbx_filehandle_t *fd, bool exclusive); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user