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

#define O_RDONLY                                                         (1<<14)

/*
POSIX(1)
*/