Manual typos: Low-Level Terminal Interface
[glibc.git] / include / sys / ioctl.h
blobbfc6909dbce2c0ac224ef4556cc626425cc7f102
1 #ifndef _SYS_IOCTL_H
2 #include <misc/sys/ioctl.h>
4 # ifndef _ISOMAC
6 /* Now define the internal interfaces. */
7 extern int __ioctl (int __fd, unsigned long int __request, ...);
9 # endif /* !_ISOMAC */
10 #endif