Browse Source

* newer kernels don't need anymore those braindead sigaction handler calling conventions

git-svn-id: trunk@6287 -
florian 18 years ago
parent
commit
f9eefa118c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/arm/sighnd.inc

+ 1 - 1
rtl/linux/arm/sighnd.inc

@@ -16,7 +16,7 @@
  **********************************************************************}
  **********************************************************************}
 
 
 
 
-procedure SignalToRunerror(Sig: longint; _a2,_a3,_a4 : dword; SigContext: PSigInfo; uContext : PuContext); cdecl;
+procedure SignalToRunerror(Sig: longint; { _a2,_a3,_a4 : dword; } SigContext: PSigInfo; uContext : PuContext); cdecl;
 
 
 var
 var
   res,fpustate : word;
   res,fpustate : word;