summaryrefslogtreecommitdiff
path: root/include/sys/ioctl.h
blob: c9b872bdab3cf4acbad1f6e291540314acb2a143 (plain)
1
2
3
4
5
6
7
8
#ifndef __SYS_IOCTL_H
#define __SYS_IOCTL_H

#define TIOCGWINSZ 0x5413

int ioctl(int, int, ...);

#endif