Changeset 598 for GPL/trunk/include/asm/fcntl.h
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/include/asm/fcntl.h
r32 r598 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.