summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/shared/ChangeLog7
-rw-r--r--c/src/lib/libbsp/shared/bsplibc.c2
2 files changed, 8 insertions, 1 deletions
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 <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
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 <rtems.h>
#include <rtems/libio.h>
-#include <libcsupport.h>
+#include <rtems/libcsupport.h>
extern rtems_configuration_table BSP_Configuration;