X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/7b2b351e8fdcd287739431e25ffed099b66cdee2..adede1cdbfb291b7f8dee95da22884f2d465056e:/vos/vosish.h diff --git a/vos/vosish.h b/vos/vosish.h index 5befc65..36b3b41 100644 --- a/vos/vosish.h +++ b/vos/vosish.h @@ -4,8 +4,9 @@ #include "unixish.h" #endif -/* The following declaration is an avoidance for posix-950. */ -extern int ioctl (int fd, int request, ...); +/* VOS does not support SA_SIGINFO, so undefine the macro. This + is a work-around for posix-1302. */ +#undef SA_SIGINFO /* Specify a prototype for truncate() since we are supplying one. */ extern int truncate (const char *path, off_t len);