glibc/include/sys/ioctl.h

11 lines
207 B
C

#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