summaryrefslogtreecommitdiff
path: root/src/os_posix/os_flock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_posix/os_flock.c')
-rw-r--r--src/os_posix/os_flock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_posix/os_flock.c b/src/os_posix/os_flock.c
index 69cd367dde3..07393481e7d 100644
--- a/src/os_posix/os_flock.c
+++ b/src/os_posix/os_flock.c
@@ -13,7 +13,7 @@
* Lock/unlock a byte in a file.
*/
int
-__wt_bytelock(WT_FH *fhp, wt_off_t byte, int lock)
+__wt_bytelock(WT_FH *fhp, wt_off_t byte, bool lock)
{
struct flock fl;
WT_DECL_RET;