Added _XOPEN_SOURCE definition to allow use of UNIX IPC.

This commit is contained in:
Joel Sherrill
1998-03-24 20:53:48 +00:00
parent abbd5b1bea
commit ddf142da51
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#include <rtems/score/interr.h>
#if defined(__linux__)
#define _XOPEN_SOURCE
#define MALLOC_0_RETURNS_NULL
#endif