Changeset 1107
- Timestamp:
- Jan 29, 2004, 8:39:11 PM (22 years ago)
- Location:
- trunk/src/emx/include
- Files:
- 
      - 2 edited
 
 - 
          
  malloc.h (modified) (2 diffs, 1 prop)
- 
          
  umalloc.h (modified) (2 diffs, 1 prop)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/emx/include/malloc.h- 
Property       cvs2svn:cvs-rev
 changed from       1.5to1.6
 r1106 r1107 3 3 #ifndef _MALLOC_H 4 4 #define _MALLOC_H 5 6 #include <sys/cdefs.h> 7 #include <sys/_types.h> 5 8 6 9 #if defined (__cplusplus) … … 11 14 #define _SIZE_T 12 15 #define _SIZE_T_DECLARED 13 typedef unsigned longsize_t;16 typedef __size_t size_t; 14 17 #endif 15 18 
- 
Property       cvs2svn:cvs-rev
 changed from       
- 
      trunk/src/emx/include/umalloc.h- 
Property       cvs2svn:cvs-rev
 changed from       1.2to1.3
 r1106 r1107 3 3 #ifndef _UMALLOC_H 4 4 #define _UMALLOC_H 5 6 #include <sys/cdefs.h> 7 #include <sys/_types.h> 5 8 6 9 #if defined (__cplusplus) … … 10 13 #if !defined (_SIZE_T) 11 14 #define _SIZE_T 12 typedef unsigned longsize_t;15 typedef __size_t size_t; 13 16 #endif 14 17 
- 
Property       cvs2svn:cvs-rev
 changed from       
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
