Browse Source

LibC: Add FIONREAD to ioctl.h

Kenneth Myhra 3 năm trước cách đây
mục cha
commit
8d19d8861a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Userland/Libraries/LibC/sys/ioctl.h

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

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