소스 검색

Merge pull request #457 from jellor:patch-2

PiperOrigin-RevId: 247261470
xry
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.
//

불러오는 중...
취소
저장