2 #include "../unixish.h"
7 /* The following declaration is an avoidance for posix-950. */
8 extern int ioctl (int fd, int request, ...);
10 /* Specify a prototype for truncate() since we are supplying one. */
11 extern int truncate (const char *path, off_t len);
13 /* Specify a prototype for socketpair() since we supplying one. */
14 extern int socketpair (int family, int type, int protocol, int fd[2]);