Skip to content

Commit

Permalink
Merge pull request #12553 from kolyshkin/3.2-fix-lock
Browse files Browse the repository at this point in the history
[3.2 backport] pkg/fileutil: fix constant for linux locking
  • Loading branch information
ptabor authored Jan 16, 2021
2 parents ba92a0e + 229492c commit 13465d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fileutil/lock_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
//
// constants from /usr/include/bits/fcntl-linux.h
const (
F_OFD_GETLK = 37
F_OFD_GETLK = 36
F_OFD_SETLK = 37
F_OFD_SETLKW = 38
)
Expand Down

0 comments on commit 13465d6

Please sign in to comment.