mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
parent
e504c0c2dc
commit
2d21863266
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ if verbose:
|
|||
print 'Status from fnctl with O_NONBLOCK: ', rv
|
||||
|
||||
if sys.platform in ('netbsd1',
|
||||
'freebsd2', 'freebsd3',
|
||||
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
|
||||
'bsdos2', 'bsdos3', 'bsdos4',
|
||||
'openbsd', 'openbsd2'):
|
||||
lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, FCNTL.F_WRLCK, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue