mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00:00
LibC: Add FIONREAD to ioctl.h
This commit is contained in:
parent
78eba1271f
commit
8d19d8861a
Notes:
sideshowbarker
2024-07-18 05:43:23 +09:00
Author: https://github.com/kennethmyhra
Commit: 8d19d8861a
Pull-request: https://github.com/SerenityOS/serenity/pull/9347
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg ✅
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#define FIONREAD 0x541B
|
||||
|
||||
int ioctl(int fd, unsigned request, ...);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue