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

* bsplibc.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>.   Header file order
	was cleaned up while doing this.
This commit is contained in:
Joel Sherrill
2000-11-01 21:21:25 +00:00
parent 1ae05bffa4
commit 978d328264
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* bsplibc.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>. Header file order
was cleaned up while doing this.
2000-10-30 Joel Sherrill <joel@OARcorp.com>
* POSIX include files merged into newlib. This resulted in

View File

@@ -7,7 +7,7 @@
#include <rtems.h>
#include <rtems/libio.h>
#include <libcsupport.h>
#include <rtems/libcsupport.h>
extern rtems_configuration_table BSP_Configuration;