提交 808f225b 编写于 作者: R Rich Felker

fix misordered typedefs in ppc signal.h

上级 b5e3832f
......@@ -3,6 +3,8 @@
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
typedef unsigned long gregset_t[48];
struct sigcontext
{
unsigned long _unused[4];
......@@ -16,8 +18,6 @@ struct sigcontext
long vmx_reserve[33+33+32+1]; /* 33=34 for ppc64 */
};
typedef unsigned long gregset_t[48];
typedef struct {
double fpregs[32];
double fpscr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册