summaryrefslogtreecommitdiff
path: root/libc/include/sys/ioctl.h
blob: 55e58821168f545fd5fd670ddb795882dfe65271 (plain)
1
2
3
4
5
6
7
8
9

#ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H
#include <features.h>
#include <linuxmt/ioctl.h>

extern int ioctl __P((int __fildes, int __cmd, ...));

#endif