summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/bits/posix_opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/posix_opt.h')
-rw-r--r--sysdeps/unix/sysv/linux/bits/posix_opt.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/posix_opt.h b/sysdeps/unix/sysv/linux/bits/posix_opt.h
index e9f8b7f8f3..5ef6d0563d 100644
--- a/sysdeps/unix/sysv/linux/bits/posix_opt.h
+++ b/sysdeps/unix/sysv/linux/bits/posix_opt.h
@@ -1,5 +1,5 @@
/* Define POSIX options for Linux.
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -67,7 +67,13 @@
/* Filenames are not silently truncated. */
#define _POSIX_NO_TRUNC 1
+/* X/Open realtime support is available. */
+#define _XOPEN_REALTIME 1
+
/* XPG4.2 shared memory is supported. */
#define _XOPEN_SHM 1
+/* Real-time signals are supported. */
+#define _POSIX_REALTIME_SIGNALS 1
+
#endif /* bits/posix_opt.h */