diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-13 17:55:52 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-13 17:55:52 +0000 |
commit | 0b08262ace54826f0c9d221ea2f3c011ed0247fa (patch) | |
tree | aad19d7c670041db2be701862d71dc740360b1f6 /ace/config-hpux11.h | |
parent | aac7b573f0bc3776ec5af67cf73d00fba48ef6fc (diff) | |
download | ATCD-0b08262ace54826f0c9d221ea2f3c011ed0247fa.tar.gz |
removed ACE_HAS_PTHREAD_EQUAL because it's no longer used
Diffstat (limited to 'ace/config-hpux11.h')
-rw-r--r-- | ace/config-hpux11.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/config-hpux11.h b/ace/config-hpux11.h index 9b729f3f5f5..ef2259b7ca2 100644 --- a/ace/config-hpux11.h +++ b/ace/config-hpux11.h @@ -223,12 +223,9 @@ # define ACE_HAS_PTHREADS # define ACE_HAS_PTHREADS_STD -# define ACE_HAS_PTHREAD_EQUAL +# define ACE_HAS_PTHREAD_SIGMASK # define ACE_HAS_THREAD_SPECIFIC_STORAGE - -// Platform has pthread_sigmask defined -# define ACE_HAS_PTHREAD_SIGMASK #endif /* ACE_HAS_THREADS */ #define ACE_HAS_POSIX_SEM |