Changeset 73 for GPL/trunk/lib32
- Timestamp:
- Jan 14, 2006, 11:32:17 PM (20 years ago)
- Location:
- GPL/trunk/lib32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/malloc.cpp
r32 r73 655 655 //***************************************************************************** 656 656 //***************************************************************************** 657 -
GPL/trunk/lib32/misc.c
r61 r73 24 24 * 25 25 */ 26 26 #include <limits.h> 27 27 #include "linux.h" 28 28 #include <linux/init.h> … … 38 38 #include <dbgos2.h> 39 39 #include <printfos2.h> 40 #include <limits.h>41 40 42 41 struct new_utsname system_utsname = {0}; -
GPL/trunk/lib32/strstr.c
r61 r73 43 43 return strlen(src); 44 44 } 45 45 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.