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/config-hpux11.h | |
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/config-hpux11.h')
-rw-r--r-- | ace/config-hpux11.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |