O_EXCL
O_TRUNC
- These constants are available on Unix and Windows.
+ The above constants are available on Unix and Windows.
.. data:: O_DSYNC
O_NDELAY
O_NONBLOCK
O_NOCTTY
- O_SHLOCK
- O_EXLOCK
- These constants are only available on Unix.
+ The above constants are only available on Unix.
.. data:: O_BINARY
O_SEQUENTIAL
O_TEXT
- These constants are only available on Windows.
+ The above constants are only available on Windows.
.. data:: O_ASYNC
O_DIRECTORY
O_NOFOLLOW
O_NOATIME
+ O_SHLOCK
+ O_EXLOCK
- These constants are GNU extensions and not present if they are not defined by
- the C library.
+ The above constants are extensions and not present if they are not
+ defined by the C library.
.. _os-file-dir: