浏览代码

(REM_BIAS): Increase from 128 to (1 << 30).

Paul Eggert 25 年之前
父节点
当前提交
a3f819a9d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/rmt.h

+ 1 - 1
src/rmt.h

@@ -37,7 +37,7 @@ int rmt_ioctl__ PARAMS ((int, int, char *));
 #define _isrmt(Fd) \
   ((Fd) >= __REM_BIAS)
 
-#define __REM_BIAS 128
+#define __REM_BIAS (1 << 30)
 
 #ifndef O_CREAT
 # define O_CREAT 01000