mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
mdbx-posix: minor fix lck_op().
This commit is contained in:
parent
4969d75ef3
commit
a45c0d9026
@ -167,7 +167,7 @@ static void __cold choice_fcntl() {
|
||||
((sizeof(off_t) > 4 ? INT64_MAX : INT32_MAX) & ~(size_t)0xffff)
|
||||
#endif
|
||||
|
||||
static int lck_op(mdbx_filehandle_t fd, int cmd, short lck, off_t offset,
|
||||
static int lck_op(mdbx_filehandle_t fd, int cmd, int lck, off_t offset,
|
||||
off_t len) {
|
||||
mdbx_jitter4testing(true);
|
||||
for (;;) {
|
||||
|
Loading…
Reference in New Issue
Block a user