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
commit 8d19d8861a
Notes: sideshowbarker 2024-07-18 05:43:23 +09:00

View file

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