- Timestamp:
 - Jan 11, 2004, 7:28:19 PM (22 years ago)
 - Location:
 - trunk/src/emx/include
 - Files:
 - 
      
- 2 edited
 
- 
          
  malloc.h (modified) (1 diff, 1 prop)
 - 
          
  search.h (modified) (2 diffs, 1 prop)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/emx/include/malloc.h
- 
Property       cvs2svn:cvs-rev
 changed from       
1.3to1.4 
r958 r959 8 8 #endif 9 9 10 #if !defined (_SIZE_T) 10 #if !defined (_SIZE_T) && !defined (_SIZE_T_DECLARED) 11 11 #define _SIZE_T 12 #define _SIZE_T_DECLARED 12 13 typedef unsigned long size_t; 13 14 #endif  - 
Property       cvs2svn:cvs-rev
 changed from       
 - 
      
trunk/src/emx/include/search.h
- 
Property       cvs2svn:cvs-rev
 changed from       
1.1to1.2 
r958 r959 9 9 /** @file 10 10 * FreeBSD 5.1 11 * @changed bird: _SIZE_T 11 12 */ 12 13 … … 17 18 #include <sys/_types.h> 18 19 19 #if ndef _SIZE_T_DECLARED20 #if !defined(_SIZE_T_DECLARED) && !defined(_SIZE_T) /* bird: emx */ 20 21 typedef __size_t size_t; 21 22 #define _SIZE_T_DECLARED 23 #define _SIZE_T /* bird: emx */ 22 24 #endif 23 25  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  