瀏覽代碼

* 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;
+