summaryrefslogtreecommitdiff
path: root/vos/vosish.h
diff options
context:
space:
mode:
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, ...);