ioctl.h 210 B

12345678910111213141516
  1. #ifndef __GBLIBC_SYS_IOCTL_H_
  2. #define __GBLIBC_SYS_IOCTL_H_
  3. #include <bits/ioctl.h>
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. int ioctl(int fd, unsigned long request, ...);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif