Explorar o código

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

git-svn-id: trunk@7264 -
marco %!s(int64=18) %!d(string=hai) anos
pai
achega
b8c21889f9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
+