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

#define O_RDWR                                                           (1<<15)

/*
POSIX(1)
*/