blob: cc5e4642e3096802f304592632b4d69aaf9368fc (
plain)
1
2
3
4
5
6
7
8
|
#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, ...);
|