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().
This commit is contained in:
Joel Sherrill
2000-10-31 16:40:03 +00:00
parent 57cfaad2f5
commit df3b242411
4 changed files with 18 additions and 2 deletions

View File

@@ -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> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -204,7 +204,7 @@ extern void BadCond ();
extern void SqXMinX (); extern void SqXMinX ();
extern void TstCond (); extern void TstCond ();
extern void notify (); extern void notify ();
extern int read (); /* extern int read (); */
extern void Characteristics (); extern void Characteristics ();
extern void Heading (); extern void Heading ();
extern void History (); extern void History ();

View File

@@ -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> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -204,7 +204,7 @@ extern void BadCond ();
extern void SqXMinX (); extern void SqXMinX ();
extern void TstCond (); extern void TstCond ();
extern void notify (); extern void notify ();
extern int read (); /* extern int read (); */
extern void Characteristics (); extern void Characteristics ();
extern void Heading (); extern void Heading ();
extern void History (); extern void History ();