ack/plat/osx/include/sys/ioctl.h

9 lines
141 B
C

#ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H
#define TIOCGETD 0x4004741a
extern int ioctl(int fd, unsigned long request, ...);
#endif