From 77e3249f039f988e6cdaf2cb2004aab98fd0e6c9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 12 Apr 2004 11:25:57 +0000 Subject: 2004-04-12 Ralf Corsepius * rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris. --- cpukit/score/cpu/unix/rtems/score/cpu.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpukit/score/cpu/unix/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/unix/rtems/score/cpu.h b/cpukit/score/cpu/unix/rtems/score/cpu.h index 848dda1e4a..901b5b5af1 100644 --- a/cpukit/score/cpu/unix/rtems/score/cpu.h +++ b/cpukit/score/cpu/unix/rtems/score/cpu.h @@ -24,11 +24,6 @@ extern "C" { #include #endif -#if defined(solaris2) -#undef _POSIX_C_SOURCE -#define _POSIX_C_SOURCE 3 -#endif - #if defined(linux) #define MALLOC_0_RETURNS_NULL #endif -- cgit v1.2.3