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.
Showing
想要评论请 注册 或 登录