mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 19:25:39 +08:00
2004-04-12 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-04-12 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
|
||||
|
||||
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove LIBC_DEFINES (Unsupported).
|
||||
|
||||
@@ -24,11 +24,6 @@ extern "C" {
|
||||
#include <rtems/score/types.h>
|
||||
#endif
|
||||
|
||||
#if defined(solaris2)
|
||||
#undef _POSIX_C_SOURCE
|
||||
#define _POSIX_C_SOURCE 3
|
||||
#endif
|
||||
|
||||
#if defined(linux)
|
||||
#define MALLOC_0_RETURNS_NULL
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user