mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-08 00:23:14 +00:00
Added _XOPEN_SOURCE definition to allow use of UNIX IPC.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <rtems/score/interr.h>
|
||||
|
||||
#if defined(__linux__)
|
||||
#define _XOPEN_SOURCE
|
||||
#define MALLOC_0_RETURNS_NULL
|
||||
#endif
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include <rtems/score/interr.h>
|
||||
|
||||
#if defined(__linux__)
|
||||
#define _XOPEN_SOURCE
|
||||
#define MALLOC_0_RETURNS_NULL
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user