summaryrefslogtreecommitdiff
path: root/src/fcntl/O_WRONLY.h
blob: e6c008411e02aea64e92624c0e07b3ded8349f34 (plain)
1
2
3
4
5
6
7
#include <fcntl.h>

#define O_WRONLY                                                         (1<<17)

/*
POSIX(1)
*/