source: trunk/third/perl/vos/vosish.h @ 18450

Revision 18450, 443 bytes checked in by zacheiss, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18449, which included commits to RCS files with non-trunk default branches.
Line 
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. */
8extern int ioctl (int fd, int request, ...);
9
10/* Specify a prototype for truncate() since we are supplying one. */
11extern int truncate (const char *path, off_t len);
12
13/* Specify a prototype for socketpair() since we supplying one. */
14extern int socketpair (int family, int type, int protocol, int fd[2]);
Note: See TracBrowser for help on using the repository browser.