|
@@ -2,7 +2,7 @@
|
|
* See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
|
|
* See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
|
|
|
|
|
|
/* Enable POSIX features */
|
|
/* Enable POSIX features */
|
|
-#ifndef _XOPEN_SOURCE
|
|
|
|
|
|
+#if !defined(_XOPEN_SOURCE) && !defined(_WRS_KERNEL)
|
|
# define _XOPEN_SOURCE 600
|
|
# define _XOPEN_SOURCE 600
|
|
#endif
|
|
#endif
|
|
#ifndef _DEFAULT_SOURCE
|
|
#ifndef _DEFAULT_SOURCE
|