Ignore:
Timestamp:
Mar 17, 2016, 12:34:40 PM (8 years ago)
Author:
alain
Message:

Fix a bug in the O_TRUNC flag used by the giet_fat_open() system call.
Introduce support for the O_APPEND flag for the same system call.

File:
1 edited

Legend:

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

    r773 r807  
    3939#define O_TRUNC                 0x10
    4040#define O_CREAT                 0x20
     41#define O_APPEND                0x40
    4142
    4243/********************************************************************************
Note: See TracChangeset for help on using the changeset viewer.