summaryrefslogtreecommitdiff
path: root/vos/vosish.h
blob: 5befc6586a79d8530134835d4818e3ba2e584ef1 (plain)
1
2
3
4
5
6
7
8
9
10
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);