Explorar o código

_NSIG may be depend of SIG* const

Alexander Shiryaev %!s(int64=12) %!d(string=hai) anos
pai
achega
c439bdfee7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      BlackBox/_LinuxOpenBSD_/Lin/Mod/gen-Libc/Libc.txt.templ

+ 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;