summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.6.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-29 17:43:51 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-29 17:43:51 +0000
commit851c297255f80879499b5ef9f68515e3f341d8bd (patch)
treeca98c12504f99af0009c3da215fd37baad652474 /ace/config-sunos5.6.h
parent0fd8930da5f9280a7de50f557925b1e68cfb212a (diff)
downloadATCD-851c297255f80879499b5ef9f68515e3f341d8bd.tar.gz
change ACE_THREAD_POSIX_SEM to ACE_HAS_POSIX_SEM. It looked like a typo.
Diffstat (limited to 'ace/config-sunos5.6.h')
-rw-r--r--ace/config-sunos5.6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-sunos5.6.h b/ace/config-sunos5.6.h
index 3f393883a7c..74298880ebc 100644
--- a/ace/config-sunos5.6.h
+++ b/ace/config-sunos5.6.h
@@ -21,7 +21,7 @@
extern "C" int madvise(caddr_t, size_t, int);
#endif /* _POSIX_C_SOURCE >= 199506L || __EXTENSIONS__ */
-#define ACE_THREAD_POSIX_SEM
+#define ACE_HAS_POSIX_SEM
// SunOS 5.6 has AIO calls.
#define ACE_HAS_AIO_CALLS