lkml.org 
[lkml]   [2004]   [Sep]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] mips: fixed definition order of _sigchld
This change had fixed definition order of _sigchld about MIPS.

diff -urN -X dontdiff a-orig/include/asm-mips/siginfo.h a/include/asm-mips/siginfo.h
--- a-orig/include/asm-mips/siginfo.h Mon Sep 13 14:32:48 2004
+++ a/include/asm-mips/siginfo.h Sun Sep 19 23:14:21 2004
@@ -47,8 +47,8 @@
struct {
pid_t _pid; /* which child */
uid_t _uid; /* sender's uid */
- clock_t _utime;
int _status; /* exit code */
+ clock_t _utime;
clock_t _stime;
} _sigchld;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:06    [W:0.582 / U:0.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site