From ee25ba7f21361902fa8fde104a29d92b39c8db9c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 6 Nov 2018 13:07:56 +0300 Subject: merge with libmdbx trunk - fixes one rare problem with database shrinking --- libs/libmdbx/src/test/osal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/libmdbx/src/test/osal.h') diff --git a/libs/libmdbx/src/test/osal.h b/libs/libmdbx/src/test/osal.h index c27282a656..3ccc7bbec1 100644 --- a/libs/libmdbx/src/test/osal.h +++ b/libs/libmdbx/src/test/osal.h @@ -1,4 +1,4 @@ -/* +/* * Copyright 2017-2018 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. @@ -32,6 +32,7 @@ void osal_udelay(unsigned us); void osal_yield(void); bool osal_istty(int fd); std::string osal_tempdir(void); +int osal_removefile(const std::string &pathname); #ifdef _MSC_VER #ifndef STDIN_FILENO -- cgit v1.2.3