Changeset 499 for GPL/branches/uniaud32-2.1.x/include/asm/fcntl.h
- Timestamp:
- Jul 5, 2010, 11:51:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/include/asm/fcntl.h
r32 r499 18 18 #define O_NDELAY O_NONBLOCK 19 19 #define O_SYNC 010000 20 #define O_DSYNC O_SYNC /* for compatability with newer ALSA versions */ 20 21 #define FASYNC 020000 /* fcntl, for BSD compatibility */ 21 22 #define O_DIRECT 040000 /* direct disk access hint - currently ignored */
Note:
See TracChangeset
for help on using the changeset viewer.