Tidy up EXE_EXT patches to MM_Unix.pm
[p5sagit/p5-mst-13.2.git] / vos / vosish.h
1 #ifdef __GNUC__
2 #include "../unixish.h"
3 #else
4 #include "unixish.h"
5 #endif
6
7 /* The following declaration is an avoidance for posix-950. */
8 extern int ioctl (int fd, int request, ...);