Changeset 732 for trunk/src/emx/bsd
- Timestamp:
- Sep 26, 2003, 4:41:32 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/bsd/db/include/sys/mman.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r731 r732 83 83 __BEGIN_DECLS 84 84 /* Some of these int's should probably be size_t's */ 85 #ifndef _MMAP_DECLARED 86 #define _MMAP_DECLARED 85 87 caddr_t mmap __P((caddr_t, size_t, int, int, int, off_t)); 88 #endif 86 89 int mprotect __P((caddr_t, int, int)); 87 90 int munmap __P((caddr_t, int)); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.