aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/sysdeps')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h2
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
index 35f8fef..83c5152 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
+++ b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
@@ -135,6 +135,6 @@
#define _POSIX_BARRIERS 200912L
/* POSIX message queues are not yet supported. */
-#define _POSIX_MESSAGE_PASSING (-1)
+#undef _POSIX_MESSAGE_PASSING
#endif /* posix_opt.h */
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
index 6446731..e290c63 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
+++ b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
@@ -141,6 +141,6 @@
#define _POSIX_BARRIERS 200912L
/* POSIX message queues are not yet supported. */
-#define _POSIX_MESSAGE_PASSING (-1)
+#undef _POSIX_MESSAGE_PASSING
#endif /* posix_opt.h */