aboutsummaryrefslogtreecommitdiff
path: root/include/sys/ioctl.h
blob: bc1e6d6b6f7c352ced9cf06acedf4cbdd0228f6f (plain)
1
2
3
4
5
6
#ifndef _SYS_IOCTL_H
#include <misc/sys/ioctl.h>

/* Now define the internal interfaces.  */
extern int __ioctl (int __fd, unsigned long int __request, ...) __THROW;
#endif