diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-30 01:04:14 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-30 01:04:14 +0000 |
commit | eaf1aaecab953a6d1ac0efcbbaa661e76de31c57 (patch) | |
tree | 0209cdb28e16d5b2f7d29cc8f7c14b773479d58f /tests/Process_Strategy_Test.cpp | |
parent | 6484effcf02931ae9a540ba5e5e3ea8f5ed34d58 (diff) | |
download | ATCD-eaf1aaecab953a6d1ac0efcbbaa661e76de31c57.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Process_Strategy_Test.cpp')
-rw-r--r-- | tests/Process_Strategy_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp index 74f8fce279b..1a9edc8f286 100644 --- a/tests/Process_Strategy_Test.cpp +++ b/tests/Process_Strategy_Test.cpp @@ -254,11 +254,11 @@ Options::parse_args (int argc, char *argv[]) break; } -#if !defined (ACE_WIN32) || !defined (VXWORKS) +#if !defined (ACE_WIN32) && !defined (VXWORKS) // Register to handle <SIGCHLD> when a child exits. if (ACE_Service_Config::reactor ()->register_handler (SIGCHLD, this) == -1) return -1; -#endif /* !defined (ACE_WIN32) || !defined (VXWORKS) */ +#endif /* !defined (ACE_WIN32) && !defined (VXWORKS) */ if (ACE_Service_Config::reactor ()->register_handler (SIGINT, this) == -1) return -1; return 0; |