Ver código fonte

_NSIG may be depend of SIG* const

Alexander Shiryaev 12 anos atrás
pai
commit
c439bdfee7

+ 1 - 1
BlackBox/_LinuxOpenBSD_/Lin/Mod/gen-Libc/Libc.txt.templ

@@ -29,9 +29,9 @@ MODULE LinLibc ["libc.so%%libver%%"];
 		(* SA_SIGINFO (intFlags) *)
 %%defs-sa%%
 
-		_NSIG* = %%nsig%%;
 		(* SIGINT, SIGILL, SIGFPE, SIGSEGV, SIGKILL, SIGSTOP, SIGWINCH, SIGTHR (int) *)
 %%defs-signo%%
+		_NSIG* = %%nsig%%;
 
 (*
 		PAGE_SIZE* = 4096;