ack/mach/i386/libsys/gtty.c

6 lines
78 B
C
Raw Normal View History

1989-10-10 11:40:55 +00:00
gtty(fildes, arg)
char *arg;
{
return ioctl(fildes, ('t' << 8) | 8, arg);
}