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

LibC: Add FIONREAD to ioctl.h

This commit is contained in:
Kenneth Myhra 2021-08-11 19:17:09 +02:00 committed by Linus Groh
parent 78eba1271f
commit 8d19d8861a

View file

@ -11,6 +11,8 @@
__BEGIN_DECLS
#define FIONREAD 0x541B
int ioctl(int fd, unsigned request, ...);
__END_DECLS