Integrate change 14064 from macperl to blead.
[p5sagit/p5-mst-13.2.git] / vos / vosish.h
index d600065..5befc65 100644 (file)
@@ -1 +1,11 @@
+#ifdef __GNUC__
+#include "../unixish.h"
+#else
 #include "unixish.h"
+#endif
+
+/* The following declaration is an avoidance for posix-950. */
+extern int ioctl (int fd, int request, ...);
+
+/* Specify a prototype for truncate() since we are supplying one. */
+extern int truncate (const char *path, off_t len);