blob: f1b6f73796d031130cc8d9acc4a75cb34ca0b64d (
plain) (
tree)
|
|
#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__ */
|