summaryrefslogtreecommitdiffhomepage
path: root/arch/nt64/bits/signal.h
AgeCommit message (Collapse)AuthorFilesLines
2024-02-01nt64: signal.h: struct mcontext_t: added missing context member.midipix1-0/+1
2019-09-15nt64: signal.h: fix definition of struct uc_xsave_fmt_t (see mcontext_t).midipix1-2/+0
2016-12-18nt64: properly pad struct mcontext_t.midipix1-0/+1
2015-05-27update signal stack size definitions for the 64-bit midipix target.midipix1-2/+2
2015-05-27define mcontext_t for the 64-bit midipix target.midipix1-1/+95
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-05-27define ucontext_t for the 64-bit midipix target.midipix1-6/+12
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-05-27fix tab alignment in bits/signal.h (cosmetic).midipix1-3/+3
2015-05-26remove unused structures and conditionals from bits/signal.h.midipix1-55/+0
2015-03-21redefine MINSIGSTKSZ to reflect the arch's large signal context.midipix1-0/+5
+ see musl commit d5a5045382315e36588ca225889baa36ed0ed38f for additional information.
2015-03-08initial commit of nt64/bits; these header files should be kept in syncmidipix1-0/+125
with their linux x86_64 counterparts, with three minor exceptions: 1) page size (65536) 2) jmp_buf (10 pointers) 3) TIOCGPTN and TIOCSPTLCK (normal sequence) signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.