Skip to main content

O_DSYNC

variable constants.O_DSYNC

Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity.

number
Back to top