Ignore:
Timestamp:
Sep 26, 2003, 4:41:32 AM (22 years ago)
Author:
bird
Message:

#668: Initial changed related to Large File Support (>2GB).

Location:
trunk/src/emx/include/386
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/386/_limits.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r731 r732  
    9090
    9191/* bird: our off_t is 32 bit signed at the moment. */
    92 #if 0
     92#if 1
    9393#define __OFF_MAX       __LLONG_MAX     /* max value for an off_t */
    9494#define __OFF_MIN       __LLONG_MIN     /* min value for an off_t */
  • trunk/src/emx/include/386/ansi.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r731 r732  
    7575 */
    7676#define _BSD_CT_RUNE_T_ int                     /* arg type for ctype funcs */
    77 #if 0
     77#if 1
    7878#define _BSD_OFF_T_     __int64_t               /* file offset */
    7979#else
Note: See TracChangeset for help on using the changeset viewer.