Ignore:
Timestamp:
Feb 5, 2006, 2:53:28 AM (20 years ago)
Author:
bird
Message:

#21: Restrict reading and writing of UnixEAs to HPFS, JFS, FAT and RAMFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/emx/io.h

    r2439 r2522  
    320320    /** Does the file system automatically zero the new space when a file is extended? */
    321321    unsigned            fZeroNewBytes : 1;
     322    /** Does the file system provide sufficient EA support for UNIX attributes? */
     323    unsigned            fUnixEAs : 1;
    322324    /** Device number of the device the filesystem resides on.
    323325     * On OS/2 the device number is derived from the driveletter. */
Note: See TracChangeset for help on using the changeset viewer.