浏览代码

+ added wordsinfdset constant

Jonas Maebe 21 年之前
父节点
当前提交
f7e4eb439a
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6 2
      rtl/darwin/ptypes.inc

+ 6 - 2
rtl/darwin/ptypes.inc

@@ -104,7 +104,8 @@ CONST
     SYS_NMLN = 32;              {BSD utsname struct limit}
     SYS_NMLN = 32;              {BSD utsname struct limit}
 
 
     SIG_MAXSIG      = 32;	// highest signal version
     SIG_MAXSIG      = 32;	// highest signal version
-    wordsinsigset   = 1;		// words in sigset_t
+    wordsinsigset   = 1;	// words in sigset_t
+    wordsinfdset    = 1024 div 32;	// words in fdset_t
 
 
 
 
     MFSNAMELEN = 15;
     MFSNAMELEN = 15;
@@ -141,7 +142,10 @@ CONST
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2004-01-04 20:05:38  jonas
+  Revision 1.4  2004-02-22 23:18:24  jonas
+    + added wordsinfdset constant
+
+  Revision 1.3  2004/01/04 20:05:38  jonas
     * first working version of the Darwin/Mac OS X (for PowerPC) RTL
     * first working version of the Darwin/Mac OS X (for PowerPC) RTL
       Several non-essential units are still missing, but make cycle works
       Several non-essential units are still missing, but make cycle works