diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 01:51:00 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 01:51:00 +0000 |
commit | bc94bd4d0f061ff1e2da40341c5eb73a7a089465 (patch) | |
tree | 474dc6ce953fcb11e19d0c6137cf431110d12bcb /ace | |
parent | a467f7938d8c120da2777628acdf18d05b09a7e0 (diff) | |
download | ATCD-bc94bd4d0f061ff1e2da40341c5eb73a7a089465.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-linux-common.h | 2 | ||||
-rw-r--r-- | ace/config-sunos5.5.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h index a661cfda5dc..cb3764738be 100644 --- a/ace/config-linux-common.h +++ b/ace/config-linux-common.h @@ -98,7 +98,7 @@ # define ACE_HAS_SIGWAIT # define ACE_HAS_SIGTIMEDWAIT -# define ACE_HAS_SIGPAUSE +# define ACE_HAS_SIGSUSPEND #if !defined (ACE_DEFAULT_BASE_ADDR) # define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000) diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 68c09cb2b0d..24a063fc64c 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -270,7 +270,7 @@ # define ACE_HAS_ONLY_SCHED_OTHER # define ACE_HAS_SIGWAIT # define ACE_HAS_SIGTIMEDWAIT -# define ACE_HAS_SIGPAUSE +# define ACE_HAS_SIGSUSPEND // Compiler/platform has thread-specific storage # define ACE_HAS_THREAD_SPECIFIC_STORAGE |