This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5133delta: Note the commit range for "MacOS Classic"
[perl5.git] / vos / vosish.h
index dfddd31..c9e3765 100644 (file)
@@ -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, ...);