Browse Source

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

git-svn-id: trunk@7264 -
marco 18 years ago
parent
commit
b8c21889f9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/unix/aliasptp.inc

+ 4 - 0
rtl/unix/aliasptp.inc

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