diff options
Diffstat (limited to 'vos/vosish.h')
-rw-r--r-- | vos/vosish.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vos/vosish.h b/vos/vosish.h index d600065698..86982139fd 100644 --- a/vos/vosish.h +++ b/vos/vosish.h @@ -1 +1,4 @@ #include "unixish.h" + +/* The following declaration is an avoidance for posix-950. */ +extern int ioctl (int fd, int request, ...); |