summaryrefslogtreecommitdiff
path: root/ace/OS.h
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
commit547a8a479d812ff57c120d416c9575fdab2f34fb (patch)
tree833ae50cb5988bff0c82e20e83aea6a0509f0c34 /ace/OS.h
parent33bed1bd6418cb3a9d0df0db2a98e64d996f2b00 (diff)
downloadATCD-547a8a479d812ff57c120d416c9575fdab2f34fb.tar.gz
ChangeLogTag: Fri Oct 16 06:47:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/OS.h')
-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.