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

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