ソースを参照

* bug #8807, PRIO_ constants not aliased to baseunix _merge_

git-svn-id: trunk@7264 -
marco 18 年 前
コミット
b8c21889f9
1 ファイル変更4 行追加0 行削除
  1. 4 0
      rtl/unix/aliasptp.inc

+ 4 - 0
rtl/unix/aliasptp.inc

@@ -81,3 +81,7 @@ CONST
     SIG_MAXSIG    = UnixType.SIG_MAXSIG;
 //   wordsinsigset = UnixType.wordsinsigset;
 
+    PRIO_PROCESS  = UnixType.PRIO_PROCESS;
+    PRIO_PGRP	  = UnixType.PRIO_PGRP;
+    PRIO_USER	  = UnixType.PRIO_USER;
+