source: trunk/essentials/dev-lang/perl/vos/vosish.h

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 443 bytes
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.