1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:07:44 +00:00

LibC: Move duplicated winsize struct definition into ioctl_numbers.h

This commit is contained in:
Conrad Pankoff 2019-08-18 12:22:49 +10:00 committed by Andreas Kling
parent 879bc28e14
commit 1868523e00
3 changed files with 11 additions and 10 deletions

View file

@ -215,11 +215,6 @@
#define TCSADRAIN 1
#define TCSAFLUSH 2
struct winsize {
unsigned short ws_row;
unsigned short ws_col;
};
typedef u32 dev_t;
typedef u32 ino_t;
typedef u16 mode_t;