瀏覽代碼

LibC: Add FIONREAD to ioctl.h

Kenneth Myhra 4 年之前
父節點
當前提交
8d19d8861a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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