diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-05-07 02:53:01 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-05-07 02:53:01 +0000 |
commit | a3ba1ee024babcc367f2459546776865b66e2743 (patch) | |
tree | 8f104363e064b48f09fd39ed6df1f9e5a86c6075 /ace | |
parent | b7d34e0d7a9fdbccb9f314c52674700a70cc19be (diff) | |
download | ATCD-a3ba1ee024babcc367f2459546776865b66e2743.tar.gz |
Removed all references to ACE_HAS_PTHREAD_SIGMASK. This macro
has been deprecated.
Diffstat (limited to 'ace')
-rw-r--r-- | ace/README | 2 | ||||
-rw-r--r-- | ace/config-hpux11.h | 1 | ||||
-rw-r--r-- | ace/config-irix6.x-sgic++.h | 4 | ||||
-rw-r--r-- | ace/config-linux-lxpthreads.h | 4 | ||||
-rw-r--r-- | ace/config-osf1-4.0.h | 1 | ||||
-rw-r--r-- | ace/config-sunos5.5.h | 1 |
6 files changed, 1 insertions, 12 deletions
diff --git a/ace/README b/ace/README index d773ec5ec62..9d5429264e9 100644 --- a/ace/README +++ b/ace/README @@ -405,8 +405,6 @@ ACE_HAS_PTHREAD_MUTEXATTR_SETKIND_NP Platform has ACE_HAS_PTHREAD_PROCESS_ENUM pthread.h declares an enum with PTHREAD_PROCESS_PRIVATE and PTHREAD_PROCESS_SHARED values. -ACE_HAS_PTHREAD_SIGMASK Platform has pthread_sigmask() - defined. ACE_HAS_PURIFY Purify'ing. Set by wrapper_macros.GNU. ACE_HAS_QUANTIFY Quantify'ing. Set by wrapper_macros.GNU. ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS Platform will recurse diff --git a/ace/config-hpux11.h b/ace/config-hpux11.h index fe6edf24a52..7243e3fab92 100644 --- a/ace/config-hpux11.h +++ b/ace/config-hpux11.h @@ -230,7 +230,6 @@ # define ACE_HAS_PTHREADS # define ACE_HAS_PTHREADS_STD -# define ACE_HAS_PTHREAD_SIGMASK # define ACE_HAS_THREAD_SPECIFIC_STORAGE #endif /* ACE_HAS_THREADS */ diff --git a/ace/config-irix6.x-sgic++.h b/ace/config-irix6.x-sgic++.h index e214a68e775..5b3306a657a 100644 --- a/ace/config-irix6.x-sgic++.h +++ b/ace/config-irix6.x-sgic++.h @@ -13,7 +13,6 @@ // Add threading support #define ACE_HAS_IRIX62_THREADS -#define ACE_HAS_PTHREAD_SIGMASK #define ACE_HAS_UALARM // Needed for the threading stuff? @@ -33,9 +32,6 @@ #define ACE_HAS_PTHREADS #define ACE_HAS_PTHREADS_STD -// Platforms has pthread_thr_sigsetmask -#define ACE_HAS_PTHREAD_SIGMASK - // Compiler/platform has thread-specific storage #define ACE_HAS_THREAD_SPECIFIC_STORAGE diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h index 5995b9c8dd8..a3a491587c5 100644 --- a/ace/config-linux-lxpthreads.h +++ b/ace/config-linux-lxpthreads.h @@ -40,14 +40,12 @@ // ... and the final standard even! #define ACE_HAS_PTHREADS_STD -#define ACE_HAS_PTHREAD_SIGMASK // JCEJ 12/19/96 - #if !defined (ACE_MT_SAFE) #define ACE_MT_SAFE 1 // JCEJ 12/22/96 #1 #endif #define ACE_HAS_THREAD_SPECIFIC_STORAGE // jcej 12/22/96 #2 #define PTHREAD_MIN_PRIORITY 0 // JCEJ 12/22/96 #3 -#if defined(ACE_HAS_PTHREAD_SIGMASK) +#if !defined(ACE_LACKS_PTHREAD_SIGMASK) # define PTHREAD_MAX_PRIORITY 99 // CJC 02/11/97 #else # define PTHREAD_MAX_PRIORITY 32 // JCEJ 12/22/96 #3 diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index 056309dc978..236bfc786c0 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -82,7 +82,6 @@ # define ACE_HAS_BROKEN_R_ROUTINES # define ACE_HAS_PTHREADS # define ACE_HAS_PTHREADS_STD -# define ACE_HAS_PTHREAD_SIGMASK # define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS # define ACE_LACKS_T_ERRNO # define ACE_POLL_IS_BROKEN diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 99077278008..b2e422204af 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -263,7 +263,6 @@ # define ACE_HAS_REENTRANT_FUNCTIONS # define ACE_NEEDS_LWP_PRIO_SET -# define ACE_HAS_PTHREAD_SIGMASK # define ACE_HAS_THR_YIELD # define ACE_LACKS_PTHREAD_YIELD #endif /* _REENTRANT */ |