Changeset 639 for GPL/branches/uniaud32-next/lib32/misc.c
- Timestamp:
- Jan 8, 2021, 12:31:24 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/lib32/misc.c
r638 r639 741 741 { 742 742 filp->f_mode &= ~(FMODE_LSEEK | FMODE_PREAD | FMODE_PWRITE | FMODE_ATOMIC_POS); 743 filp->f_mode |= FMODE_STREAM; 743 //DAZ f_mode is 16 bit so FMODE_STREAM doesn't fit, but we don't use this on OS/2. 744 //filp->f_mode |= FMODE_STREAM; 744 745 return 0; 745 746 }
Note:
See TracChangeset
for help on using the changeset viewer.