From c7fc24dc4420057f103afe8fc64524ebc25c5d37 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Aug 1998 09:12:35 +0000 Subject: o Merge with Linux 2.1.116. o New Newport console code. o New G364 console code. --- include/asm-i386/siginfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asm-i386/siginfo.h') diff --git a/include/asm-i386/siginfo.h b/include/asm-i386/siginfo.h index 99101420b..01ef4d08a 100644 --- a/include/asm-i386/siginfo.h +++ b/include/asm-i386/siginfo.h @@ -43,6 +43,7 @@ typedef struct siginfo { /* SIGCHLD */ struct { pid_t _pid; /* which child */ + uid_t _uid; /* sender's uid */ int _status; /* exit code */ clock_t _utime; clock_t _stime; -- cgit v1.2.3