Changeset ce28b283 in rtems
- Timestamp:
- 11/01/00 21:03:37 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3ba74c73
- Parents:
- c058578
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/libtests/ChangeLog
rc058578 rce28b283 1 2000-11-01 Joel Sherrill <joel@OARcorp.com> 2 3 * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and 4 libcsupport.h moved from libc to lib/include/rtems and now must 5 be referenced as <rtems/XXX.h>. 6 1 7 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/tests/libtests/malloctest/task1.c
rc058578 rce28b283 15 15 16 16 #include "system.h" 17 #include < libcsupport.h> /* for malloc_dump, malloc_walk */17 #include <rtems/libcsupport.h> /* for malloc_dump, malloc_walk */ 18 18 #include <string.h> /* for memset */ 19 19 #include <stdlib.h> -
testsuites/libtests/ChangeLog
rc058578 rce28b283 1 2000-11-01 Joel Sherrill <joel@OARcorp.com> 2 3 * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and 4 libcsupport.h moved from libc to lib/include/rtems and now must 5 be referenced as <rtems/XXX.h>. 6 1 7 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
testsuites/libtests/malloctest/task1.c
rc058578 rce28b283 15 15 16 16 #include "system.h" 17 #include < libcsupport.h> /* for malloc_dump, malloc_walk */17 #include <rtems/libcsupport.h> /* for malloc_dump, malloc_walk */ 18 18 #include <string.h> /* for memset */ 19 19 #include <stdlib.h>
Note: See TracChangeset
for help on using the changeset viewer.