From df3b242411d2be30449b9d83bf7578aa880e84bd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 31 Oct 2000 16:40:03 +0000 Subject: 2000-10-30 Joel Sherrill * 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(). --- c/src/tests/samples/ChangeLog | 8 ++++++++ c/src/tests/samples/paranoia/paranoia.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'c') 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 + + * 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 * 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 (); -- cgit v1.2.3