summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-06 16:33:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-06 16:33:30 +0000
commit1cefaced3145bd6c0d9275343943285a471fde41 (patch)
tree565d0f7509ff3f763bfcf4b9db4813cf5331b138 /cpukit/score
parentall targets compile .. tony's patches in place (diff)
downloadrtems-1cefaced3145bd6c0d9275343943285a471fde41.tar.bz2
moved to new development machine and went to gcc 2.7.0
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/cpu/unix/cpu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/score/cpu/unix/cpu.c b/cpukit/score/cpu/unix/cpu.c
index a7b2140742..347882ddcc 100644
--- a/cpukit/score/cpu/unix/cpu.c
+++ b/cpukit/score/cpu/unix/cpu.c
@@ -21,10 +21,13 @@
#include <rtems/score/interr.h>
#if defined(solaris2)
+/*
#undef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 3
#undef __STRICT_ANSI__
#define __STRICT_ANSI__
+*/
+#define __EXTENSIONS__
#endif
#if defined(linux)