move bits/signal.h include close to the top of signal.h
authorSzabolcs Nagy <nsz@port70.net>
Wed, 27 Jan 2016 00:40:32 +0000 (00:40 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 27 Jan 2016 03:26:47 +0000 (22:26 -0500)
commit22f84829afa06bba9d220bd0f7b1bce912987297
tree2b609e5a9aeb2b6016da68235aa006a657ef5630
parentc243d6f09570010a448789dd296b14b7a61cb2ea
move bits/signal.h include close to the top of signal.h

only have code above the bits/signal.h include that is necessary.
(some types are used for the ucontext struct and mips has to
override a few macro definitions)

this way mips bits/signal.h will be able to affect siginfo_t.
include/signal.h