summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-10-17 06:47:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-10-17 06:47:27 +0000
commitaeb7878a1b449324aaf97de1132e07f96e1fcd7a (patch)
tree833ae50cb5988bff0c82e20e83aea6a0509f0c34
parent73f581eda958b0f1a0cef4575447144d9dcab681 (diff)
downloadATCD-aeb7878a1b449324aaf97de1132e07f96e1fcd7a.tar.gz
ChangeLogTag: Fri Oct 16 06:47:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ace/OS.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/OS.h b/ace/OS.h
index a01853a893f..d8a01951cb0 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -1671,6 +1671,8 @@ typedef struct utsname ACE_utsname;
# define ACE_NSIG (NSIG + 1)
# elif defined (__rtems__)
# define ACE_NSIG (SIGRTMAX)
+# elif defined(__BORLANDC__) && (__BORLANDC__ >= 0x600)
+# define ACE_NSIG _NSIG
# else
// All other platforms set NSIG to one greater than the
// highest-numbered signal.