summaryrefslogtreecommitdiff
path: root/src/fcntl/O_DSYNC.h
blob: bb1778f798086c4ed1f1eb525b507a341c9650e1 (plain)
1
2
3
4
5
#include <fcntl.h>
#define O_DSYNC                                                           (1<<9)
/*
POSIX(199309)
*/