about summary refs log tree commit diff
path: root/REORG.TODO/include/sys/ioctl.h
blob: bfc6909dbce2c0ac224ef4556cc626425cc7f102 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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, ...);

# endif /* !_ISOMAC */
#endif