瀏覽代碼

_NSIG may be depend of SIG* const

Alexander Shiryaev 12 年之前
父節點
當前提交
c439bdfee7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;