Sfoglia il codice sorgente

* sparc64 uses the same different signal numbers as sparc32 on linux

git-svn-id: trunk@36764 -
florian 8 anni fa
parent
commit
3b48c6e316
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      rtl/linux/signal.inc

+ 3 - 3
rtl/linux/signal.inc

@@ -59,7 +59,7 @@ Const
   SIG_IGN = 1 ;
   SIG_ERR = -1 ;
 
-{$ifdef CPUSPARC}
+{$if defined(CPUSPARC) or defined(CPUSPARC64)}
   SIGHUP     = 1;
   SIGINT     = 2;
   SIGQUIT    = 3;
@@ -94,7 +94,7 @@ Const
   SIGPWR     = SIGLOST;
   SIGUSR1    = 30;
   SIGUSR2    = 31;
-{$else cpusparc}
+{$else defined(CPUSPARC) or defined(CPUSPARC64)}
   SIGHUP     = 1;
   SIGINT     = 2;
   SIGQUIT    = 3;
@@ -151,7 +151,7 @@ Const
   SIGPWR     = 30;
   SIGUNUSED  = 31;
 {$endif not CPUMIPS}
-{$endif cpusparc}
+{$endif defined(CPUSPARC) or defined(CPUSPARC64)}
 
 { si_code field values for tsiginfo.si_code when si_signo = SIGFPE }
 const