Changeset 3689


Ignore:
Timestamp:
Mar 16, 2011, 12:02:38 AM (14 years ago)
Author:
bird
Message:

LIBC_FSINFO: save 4 bytes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/include/klibc/io.h

    r3688 r3689  
    7373    /** _PC_ALLOC_SIZE_MIN - The (smallest) block allocation size of the file system.  */
    7474    unsigned            cbBlock;
     75    /** _PC_REC_XFER_ALIGN - The recommended buffer alignment for transfers. */
     76    unsigned short      uXferAlign;
    7577    /** _PC_REC_INCR_XFER_SIZE - The increments to walk between the min and max transfer sizes. */
    7678    unsigned short      cbXferIncr;
     
    7981    /** _PC_REC_MIN_XFER_SIZE  - The minimum recommended transfer size. */
    8082    unsigned long       cbXferMin;
    81     /** _PC_REC_XFER_ALIGN - The recommended buffer alignment for transfers. */
    82     unsigned short      uXferAlign;
    8383
    8484    /** Device number of the device the filesystem resides on.
Note: See TracChangeset for help on using the changeset viewer.