summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 16:40:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 16:40:03 +0000
commitdf3b242411d2be30449b9d83bf7578aa880e84bd (patch)
tree0197f7de4cdf7d27a35a923fb222ec6d2ed7f113
parent2000-10-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-df3b242411d2be30449b9d83bf7578aa880e84bd.tar.bz2
2000-10-30 Joel Sherrill <joel@OARcorp.com>
* POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * paranoia/paranoia.c: Commented out incorrect and conflicting prototype of read().
-rw-r--r--c/src/tests/samples/ChangeLog8
-rw-r--r--c/src/tests/samples/paranoia/paranoia.c2
-rw-r--r--testsuites/samples/ChangeLog8
-rw-r--r--testsuites/samples/paranoia/paranoia.c2
4 files changed, 18 insertions, 2 deletions
diff --git a/c/src/tests/samples/ChangeLog b/c/src/tests/samples/ChangeLog
index ca01a8326b..14351e0151 100644
--- a/c/src/tests/samples/ChangeLog
+++ b/c/src/tests/samples/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-30 Joel Sherrill <joel@OARcorp.com>
+
+ * POSIX include files merged into newlib. This resulted in
+ some definitions moving to other files and thus some secondary
+ effects in RTEMS source code.
+ * paranoia/paranoia.c: Commented out incorrect and conflicting
+ prototype of read().
+
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
diff --git a/c/src/tests/samples/paranoia/paranoia.c b/c/src/tests/samples/paranoia/paranoia.c
index 5a3d4b9220..da03db6606 100644
--- a/c/src/tests/samples/paranoia/paranoia.c
+++ b/c/src/tests/samples/paranoia/paranoia.c
@@ -204,7 +204,7 @@ extern void BadCond ();
extern void SqXMinX ();
extern void TstCond ();
extern void notify ();
-extern int read ();
+/* extern int read (); */
extern void Characteristics ();
extern void Heading ();
extern void History ();
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index ca01a8326b..14351e0151 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-30 Joel Sherrill <joel@OARcorp.com>
+
+ * POSIX include files merged into newlib. This resulted in
+ some definitions moving to other files and thus some secondary
+ effects in RTEMS source code.
+ * paranoia/paranoia.c: Commented out incorrect and conflicting
+ prototype of read().
+
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
diff --git a/testsuites/samples/paranoia/paranoia.c b/testsuites/samples/paranoia/paranoia.c
index 5a3d4b9220..da03db6606 100644
--- a/testsuites/samples/paranoia/paranoia.c
+++ b/testsuites/samples/paranoia/paranoia.c
@@ -204,7 +204,7 @@ extern void BadCond ();
extern void SqXMinX ();
extern void TstCond ();
extern void notify ();
-extern int read ();
+/* extern int read (); */
extern void Characteristics ();
extern void Heading ();
extern void History ();