summaryrefslogtreecommitdiff
path: root/ace/config-linux-lxpthreads.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-16 10:02:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-16 10:02:20 +0000
commit00218192218c00253416e7aa38351a90a6c98d64 (patch)
tree933307298b561d15f4caf710c7c7e853431338a2 /ace/config-linux-lxpthreads.h
parent3959e0dd3988c75fd3d5e1594d3372b5c342e440 (diff)
downloadATCD-00218192218c00253416e7aa38351a90a6c98d64.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-linux-lxpthreads.h')
-rw-r--r--ace/config-linux-lxpthreads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h
index 02c0781260f..4ceb06f27e9 100644
--- a/ace/config-linux-lxpthreads.h
+++ b/ace/config-linux-lxpthreads.h
@@ -128,12 +128,12 @@
// And they're even POSIX pthreads (MIT implementation)
#define ACE_HAS_PTHREADS
-#define ACE_HAS_PTHREADS_XAVIER // JCEJ 12/19/96
+#define ACE_HAS_PTHREAD_SIGMASK // JCEJ 12/19/96
#define ACE_MT_SAFE // JCEJ 12/22/96 #1
#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_PTHREADS_XAVIER)
+#if defined(ACE_HAS_PTHREAD_SIGMASK)
# define PTHREAD_MAX_PRIORITY 99 // CJC 02/11/97
#else
# define PTHREAD_MAX_PRIORITY 32 // JCEJ 12/22/96 #3