Commit af4ffa17 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Linus Torvalds

[PATCH] mips: fixed definition order of _sigchld

This change had fixed definition order of _sigchld about MIPS.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4310a460
...@@ -47,8 +47,8 @@ typedef struct siginfo { ...@@ -47,8 +47,8 @@ typedef struct siginfo {
struct { struct {
pid_t _pid; /* which child */ pid_t _pid; /* which child */
uid_t _uid; /* sender's uid */ uid_t _uid; /* sender's uid */
clock_t _utime;
int _status; /* exit code */ int _status; /* exit code */
clock_t _utime;
clock_t _stime; clock_t _stime;
} _sigchld; } _sigchld;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment