Changeset 1755


Ignore:
Timestamp:
Jan 13, 2005, 11:40:27 PM (21 years ago)
Author:
bird
Message:

zeros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/b_ioFileSizeSet.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1754 r1755  
    4343*   Global Variables                                                           *
    4444*******************************************************************************/
    45 /** A page of zeros. */
    46 static char __libc_gachZeros[4096];
     45/** A page of zeros.
     46 * @todo Make this a separate segment for optimal thunking effiency! */
     47static const char __libc_gachZeros[65536 - 4096];
    4748
    4849
Note: See TracChangeset for help on using the changeset viewer.