This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Call overloading once for utf8 ovld→substr assignment
[perl5.git] / vos / vosish.h
CommitLineData
196918b0 1#ifdef __GNUC__
36df99d6 2#include "../unixish.h"
196918b0
PG
3#else
4#include "unixish.h"
5#endif
868439a2 6
3722f0dc
PG
7/* VOS does not support SA_SIGINFO, so undefine the macro. This
8 is a work-around for posix-1302. */
9#undef SA_SIGINFO
10
7b2b351e
PG
11/* Specify a prototype for truncate() since we are supplying one. */
12extern int truncate (const char *path, off_t len);