瀏覽代碼

Merge pull request #457 from jellor:patch-2

PiperOrigin-RevId: 247261470
ld
Chris Mumford 5 年之前
父節點
當前提交
3e6c000e18
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      util/env_posix.cc

+ 1
- 1
util/env_posix.cc 查看文件

@ -463,7 +463,7 @@ class PosixFileLock : public FileLock {
// Tracks the files locked by PosixEnv::LockFile().
//
// We maintain a separate set instead of relying on fcntrl(F_SETLK) because
// We maintain a separate set instead of relying on fcntl(F_SETLK) because
// fcntl(F_SETLK) does not provide any protection against multiple uses from the
// same process.
//

Loading…
取消
儲存