fix signal.h breakage from moving stack_t to arch-specific bits
authorRich Felker <dalias@aerifal.cx>
Wed, 19 Mar 2014 03:27:45 +0000 (23:27 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 19 Mar 2014 03:27:45 +0000 (23:27 -0400)
commit9505bfbc40fec217820abad7142663eda60cd6be
tree9079fbd0b02052c8aae1674e213fd9be64ff6284
parent12f37cdee521da18bbc666917f70cefeb29d3db6
fix signal.h breakage from moving stack_t to arch-specific bits

in the previous changes, I missed the fact that both the prototype of
the sigaltstack function and the definition of ucontext_t depend on
stack_t.
arch/arm/bits/signal.h
arch/i386/bits/signal.h
arch/microblaze/bits/signal.h
arch/mips/bits/signal.h
arch/powerpc/bits/signal.h
arch/sh/bits/signal.h
arch/x32/bits/signal.h
arch/x86_64/bits/signal.h
include/signal.h