mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
LibC: Add FIONREAD to ioctl.h
This commit is contained in:
parent
78eba1271f
commit
8d19d8861a
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
|
#define FIONREAD 0x541B
|
||||||
|
|
||||||
int ioctl(int fd, unsigned request, ...);
|
int ioctl(int fd, unsigned request, ...);
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue