Ignore:
Timestamp:
Jul 22, 2015, 2:31:34 PM (9 years ago)
Author:
guerin
Message:

fat32: implement O_TRUNC for _fat_open()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_fat32/fat32.h

    r623 r654  
    139139
    140140#define O_RDONLY                0x01
     141#define O_TRUNC                 0x10
    141142#define O_CREATE                0x20
    142143#endif // _FAT32_SHARED
Note: See TracChangeset for help on using the changeset viewer.