summaryrefslogtreecommitdiff
path: root/ace/config-dgux-4.x-ghs.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-08-17 18:03:50 +0000
committerSteve Huston <shuston@riverace.com>1998-08-17 18:03:50 +0000
commit151dbb0a6ccf59acb24da6342ab304420442b1ca (patch)
tree97b59aab09e61c3908d82890f0147763d59a1509 /ace/config-dgux-4.x-ghs.h
parent2a67868f5178daaf099e6ecae3303c032b847816 (diff)
downloadATCD-151dbb0a6ccf59acb24da6342ab304420442b1ca.tar.gz
Changed to ACE_HAS_PTHREADS_STD
Diffstat (limited to 'ace/config-dgux-4.x-ghs.h')
-rw-r--r--ace/config-dgux-4.x-ghs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/config-dgux-4.x-ghs.h b/ace/config-dgux-4.x-ghs.h
index b297d4f37be..0d20255b371 100644
--- a/ace/config-dgux-4.x-ghs.h
+++ b/ace/config-dgux-4.x-ghs.h
@@ -137,13 +137,13 @@
// Platform supports threads.
#define ACE_HAS_THREADS
#define ACE_HAS_PTHREADS
-// DG/UX claims to implement draft 10 of the pthreads standard. They also
-// claim that draft 10 is the final standard. To get the behavior, some
+// DG/UX claims to implement draft 10 of the pthreads standard (which became
+// (with editorial change only) the final standard. To get the behavior, some
// further macros need to be defined which are specific to DG/UX.
// _POSIX4A_DRAFT10_SOURCE turns on the draft 10 variant of threads.
// _POSIX4A_DRAFT_SOURCE turns on sched_yield().
#define _POSIX4A_DRAFT10_SOURCE
-#define ACE_HAS_PTHREADS_1003_DOT_1C
+#define ACE_HAS_PTHREADS_STD
#define _POSIX4_DRAFT_SOURCE
// Well, here are some from the standard they don't have...
#define ACE_LACKS_KEYDELETE