ioctl.h 235 B

1234567891011
  1. #ifndef _SYS_IOCTL_H
  2. #include <misc/sys/ioctl.h>
  3. # ifndef _ISOMAC
  4. /* Now define the internal interfaces. */
  5. extern int __ioctl (int __fd, unsigned long int __request, ...);
  6. libc_hidden_proto (__ioctl)
  7. # endif /* !_ISOMAC */
  8. #endif