summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/OS.h b/ace/OS.h
index c412cda2e26..0714beacb13 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -4005,11 +4005,6 @@ struct sigaction
# endif
# endif /* SIG_DFL */
-# if defined (ACE_HAS_PACE) && PACE_LYNXOS
-# undef SIG_IGN
-# define SIG_IGN ((pace_sig_pf) 1)
-# endif /* (ACE_HAS_PACE) && PACE_LYNXOS */
-
# if !defined (SIG_IGN)
# if defined (ACE_PSOS_DIAB_MIPS) || defined (ACE_PSOS_DIAB_PPC)
# define SIG_IGN ((void *) 1) /* ignore signal */