aboutsummaryrefslogtreecommitdiff
path: root/flx/flx_fcntl.h
blob: f1b6f73796d031130cc8d9acc4a75cb34ca0b64d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __FLX_FCNTL_H__
#define __FLX_FCNTL_H__

#define O_READ         0x0001
#define O_WRITE        0x0002
#define O_SORTED       0x0004


#define INPUT_SORTED       0x0001
#define OUTPUT_SORTED      0x0002

#define IS_SORTED      0x0001

#endif /* __FLX_FCNTL_H__ */