Changeset 1755
- Timestamp:
- Jan 13, 2005, 11:40:27 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/b_ioFileSizeSet.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1754 r1755 43 43 * Global Variables * 44 44 *******************************************************************************/ 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! */ 47 static const char __libc_gachZeros[65536 - 4096]; 47 48 48 49 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.