2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
This commit is contained in:
Joel Sherrill
2001-05-08 22:58:08 +00:00
parent ab941371bf
commit 6ce466d9da
4 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, rtems/score/Makefile.am:
@@ -29,8 +29,6 @@ extern "C" {
#if defined(solaris2)
#undef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 3
#undef __STRICT_ANSI__
#define __STRICT_ANSI__
#endif
#if defined(linux)
+4
View File
@@ -1,3 +1,7 @@
2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, rtems/score/Makefile.am:
-2
View File
@@ -29,8 +29,6 @@ extern "C" {
#if defined(solaris2)
#undef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 3
#undef __STRICT_ANSI__
#define __STRICT_ANSI__
#endif
#if defined(linux)