summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-01 21:21:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-01 21:21:25 +0000
commit978d328264880336df4b98611872f5bfb483deac (patch)
tree94ba7d2f75db85d559941fb07a26bc6fcfd61722 /c/src
parent2000-11-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-978d328264880336df4b98611872f5bfb483deac.tar.bz2
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.
Diffstat (limited to 'c/src')
-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;