summaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-08 08:08:09 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-08 08:08:09 +0000
commita1e88b9a2fe01ed6bb3ba749af7d98e89bb14d3f (patch)
tree0ca8746f6001b138eef2ddc300f6e55eb6ee4080 /linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
parentc097f7325346ef7f258084fa78263a6f18c10213 (diff)
Update.
2000-11-08 Ulrich Drepper <drepper@redhat.com> * iconvdata/euc-kr.c (euckr_from_ucs4): Map 0x20a9 to \xa3dc. (BODY from direction): Remove special handling of \x5c. * iconvdata/EUC-KR.irreversible: Adjust for this change. * iconvdata/testdata/EUC-KR..UTF8: Likewise. Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h2
1 files changed, 1 insertions, 1 deletions
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 6446731e26..e290c63cc9 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 */