Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/include/asm/fcntl.h

    r32 r598  
    1818#define O_NDELAY        O_NONBLOCK
    1919#define O_SYNC           010000
     20#define O_DSYNC O_SYNC /* for compatability with newer ALSA versions */
    2021#define FASYNC           020000 /* fcntl, for BSD compatibility */
    2122#define O_DIRECT         040000 /* direct disk access hint - currently ignored */
Note: See TracChangeset for help on using the changeset viewer.