From 978d328264880336df4b98611872f5bfb483deac Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 Nov 2000 21:21:25 +0000 Subject: 2000-11-01 Joel Sherrill * 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 . Header file order was cleaned up while doing this. --- c/src/lib/libbsp/shared/ChangeLog | 7 +++++++ c/src/lib/libbsp/shared/bsplibc.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'c') diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog index f0945ed2ff..3f5e743729 100644 --- a/c/src/lib/libbsp/shared/ChangeLog +++ b/c/src/lib/libbsp/shared/ChangeLog @@ -1,3 +1,10 @@ +2000-11-01 Joel Sherrill + + * 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 . Header file order + was cleaned up while doing this. + 2000-10-30 Joel Sherrill * POSIX include files merged into newlib. This resulted in diff --git a/c/src/lib/libbsp/shared/bsplibc.c b/c/src/lib/libbsp/shared/bsplibc.c index 43cd745312..eee38aa87c 100644 --- a/c/src/lib/libbsp/shared/bsplibc.c +++ b/c/src/lib/libbsp/shared/bsplibc.c @@ -7,7 +7,7 @@ #include #include -#include +#include extern rtems_configuration_table BSP_Configuration; -- cgit v1.2.3