summaryrefslogtreecommitdiff
path: root/include/sys/ioctl.h
blob: dd7c3c7c9cabaa12403c4b987f88eb327f1b9d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SYS_IOCTL_H
#include <misc/sys/ioctl.h>

# ifndef _ISOMAC

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

# endif /* !_ISOMAC */
#endif