Chromium Code Reviews| Index: runtime/bin/file.h |
| diff --git a/runtime/bin/file.h b/runtime/bin/file.h |
| index 2c153bc040d1efd75885c7bf90849ebd9ee94313..6b22793ec5a45626ca3d73e83ebb36fa766b2865 100644 |
| --- a/runtime/bin/file.h |
| +++ b/runtime/bin/file.h |
| @@ -81,7 +81,9 @@ class File : public ReferenceCounted<File> { |
| kLockUnlock = 0, |
| kLockShared = 1, |
| kLockExclusive = 2, |
| - kLockMax = 2 |
| + kLockBlockingShared = 3, |
| + kLockBlockingExclusive = 4, |
| + kLockMax = 4 |
| }; |
| intptr_t GetFD(); |