summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-03-14 22:36:46 +0000
committerJakub Jelinek <jakub@redhat.com>2008-03-14 22:36:46 +0000
commitd0b6ac6c5023a223e150c49c422c7ad2bd99456c (patch)
tree51769f069f336f27d820d713ccf4d5724b3edfdf /nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
parent1f345eba4e3c08d987a61b5dd9ac20d26b2831dd (diff)
Updated to fedora-glibc-20080314T2159cvs/fedora-glibc-2_7_90-11
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h b/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
index 06d35ceb16..39f56a0a6b 100644
--- a/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
+++ b/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
@@ -181,4 +181,7 @@
/* Typed memory objects are not available. */
#define _POSIX_TYPED_MEMORY_OBJECTS -1
+/* Streams are not available. */
+#define _XOPEN_STREAMS -1
+
#endif /* posix_opt.h */