ioctl.h 184 B

123456789101112131415
  1. #ifndef __GBLIBC_BITS_IOCTL_H_
  2. #define __GBLIBC_BITS_IOCTL_H_
  3. #define TIOCSPGRP (0)
  4. #define TIOCGPGRP (1)
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif