summaryrefslogtreecommitdiff
path: root/vos/vosish.h
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2008-02-08 07:36:03 -0500
committerSteve Peters <steve@fisharerojo.org>2008-02-08 19:11:19 +0000
commit3722f0dc40a30b6ceedaf8704b690b384a8adb00 (patch)
tree58727ce9196f343d0c92a4f894f5fee186d168c7 /vos/vosish.h
parent7b0f711abd55488cc790ac95f935f46d630a87bb (diff)
downloadperl-3722f0dc40a30b6ceedaf8704b690b384a8adb00.tar.gz
RE: Perl @ 33218 (Stratus VOS patches)
From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <F5F42E77A43DD944B6D664B00A5401CB037149FF@EXNA.corp.stratus.com> Includes a fix to the patch to ext/Time/HiRes/Makefile.PL p4raw-id: //depot/perl@33259
Diffstat (limited to 'vos/vosish.h')
-rw-r--r--vos/vosish.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vos/vosish.h b/vos/vosish.h
index dfddd31fd7..c9e37654e0 100644
--- a/vos/vosish.h
+++ b/vos/vosish.h
@@ -4,6 +4,10 @@
#include "unixish.h"
#endif
+/* VOS does not support SA_SIGINFO, so undefine the macro. This
+ is a work-around for posix-1302. */
+#undef SA_SIGINFO
+
/* The following declaration is an avoidance for posix-950. */
extern int ioctl (int fd, int request, ...);