Browse Source

LibC: Add FIONREAD to ioctl.h

Kenneth Myhra 3 years ago
parent
commit
8d19d8861a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Userland/Libraries/LibC/sys/ioctl.h

+ 2 - 0
Userland/Libraries/LibC/sys/ioctl.h

@@ -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