From b8bdc4d8335322ff03de22cbf4b1c9b787b9fd2b Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Tue, 6 Jul 1999 01:34:41 +0000 Subject: Enabled pthread suspend/continue and rwlocks for platforms w/ UNIX98 extensions to pthreads. HP-UX 11 is now enabled. --- ace/config-hpux11.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ace/config-hpux11.h') diff --git a/ace/config-hpux11.h b/ace/config-hpux11.h index fe601c6fae4..3c9e36e8b0f 100644 --- a/ace/config-hpux11.h +++ b/ace/config-hpux11.h @@ -154,11 +154,6 @@ // Platform has XPG4 wide character support #define ACE_HAS_XPG4_MULTIBYTE_CHAR -// Platform lacks readers/writer locks. -// For now... it does have pthread read/write locks but the code in OS.{h i} -// doesn't know how to do pthread read/write locks. -#define ACE_LACKS_RWLOCK_T - // Platform lacks a typedef for timespec_t, but has struct timespec #define ACE_LACKS_TIMESPEC_T @@ -246,6 +241,7 @@ # define ACE_HAS_PTHREADS # define ACE_HAS_PTHREADS_STD +# define ACE_HAS_PTHREADS_UNIX98_EXT # define ACE_HAS_THREAD_SPECIFIC_STORAGE #endif /* ACE_HAS_THREADS */ -- cgit v1.2.1