2000-11-01 Joel Sherrill <joel@OARcorp.com>

* malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
	libcsupport.h moved from libc to lib/include/rtems and now must
	be referenced as <rtems/XXX.h>.
This commit is contained in:
Joel Sherrill
2000-11-01 21:03:37 +00:00
parent c058578355
commit ce28b28312
4 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
libcsupport.h moved from libc to lib/include/rtems and now must
be referenced as <rtems/XXX.h>.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,7 +14,7 @@
*/
#include "system.h"
#include <libcsupport.h> /* for malloc_dump, malloc_walk */
#include <rtems/libcsupport.h> /* for malloc_dump, malloc_walk */
#include <string.h> /* for memset */
#include <stdlib.h>

View File

@@ -1,3 +1,9 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
libcsupport.h moved from libc to lib/include/rtems and now must
be referenced as <rtems/XXX.h>.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,7 +14,7 @@
*/
#include "system.h"
#include <libcsupport.h> /* for malloc_dump, malloc_walk */
#include <rtems/libcsupport.h> /* for malloc_dump, malloc_walk */
#include <string.h> /* for memset */
#include <stdlib.h>