Source release 15.0.0
This commit is contained in:
2
third_party/gyp/flock_tool.py
vendored
2
third_party/gyp/flock_tool.py
vendored
@@ -39,7 +39,7 @@ class FlockTool(object):
|
||||
# where fcntl.flock(fd, LOCK_EX) always fails
|
||||
# with EBADF, that's why we use this F_SETLK
|
||||
# hack instead.
|
||||
fd = os.open(lockfile, os.O_WRONLY|os.O_NOCTTY|os.O_CREAT, 0666)
|
||||
fd = os.open(lockfile, os.O_WRONLY|os.O_NOCTTY|os.O_CREAT, 0o666)
|
||||
if sys.platform.startswith('aix'):
|
||||
# Python on AIX is compiled with LARGEFILE support, which changes the
|
||||
# struct size.
|
||||
|
||||
Reference in New Issue
Block a user