Changeset 732 for trunk/src/emx/bsd


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/bsd/db/include/sys/mman.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r731 r732  
    8383__BEGIN_DECLS
    8484/* Some of these int's should probably be size_t's */
     85#ifndef _MMAP_DECLARED
     86#define _MMAP_DECLARED
    8587caddr_t mmap __P((caddr_t, size_t, int, int, int, off_t));
     88#endif
    8689int     mprotect __P((caddr_t, int, int));
    8790int     munmap __P((caddr_t, int));
Note: See TracChangeset for help on using the changeset viewer.