summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
89b61f9)
_XOPEN_REALTIME_THREADS. Include bits/environments.h.
are present. */
#define _XOPEN_ENH_I18N 1
are present. */
#define _XOPEN_ENH_I18N 1
+/* The legacy interfaces are also available. */
+#define _XOPEN_LEGACY 1
+
/* Get values of POSIX options:
/* Get values of POSIX options:
_POSIX_POLL Implementation supports `poll' function.
_POSIX_SELECT Implementation supports `select' and `pselect'.
_POSIX_POLL Implementation supports `poll' function.
_POSIX_SELECT Implementation supports `select' and `pselect'.
+ _XOPEN_REALTIME X/Open realtime support is available.
+ _XOPEN_REALTIME_THREADS X/Open realtime thread support is available.
_XOPEN_SHM Shared memory interface according to XPG4.2.
_XBS5_ILP32_OFF32 Implementation provides environment with 32-bit
_XOPEN_SHM Shared memory interface according to XPG4.2.
_XBS5_ILP32_OFF32 Implementation provides environment with 32-bit
#include <bits/posix_opt.h>
#include <bits/posix_opt.h>
+/* Get the environment definitions from Unix98. */
+#ifdef __USE_UNIX98
+# include <bits/environments.h>
+#endif
/* Standard file descriptors. */
#define STDIN_FILENO 0 /* Standard input. */
/* Standard file descriptors. */
#define STDIN_FILENO 0 /* Standard input. */