mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +00:00
LibC: Move duplicated winsize struct definition into ioctl_numbers.h
This commit is contained in:
parent
879bc28e14
commit
1868523e00
Notes:
sideshowbarker
2024-07-19 12:37:56 +09:00
Author: https://github.com/deoxxa
Commit: 1868523e00
Pull-request: https://github.com/SerenityOS/serenity/pull/463
3 changed files with 11 additions and 10 deletions
|
@ -5,11 +5,6 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
struct winsize {
|
||||
unsigned short ws_row;
|
||||
unsigned short ws_col;
|
||||
};
|
||||
|
||||
int ioctl(int fd, unsigned request, ...);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue