Loading arch/mips/kernel/signal32.c +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ typedef struct compat_siginfo { struct { timer_t _tid; /* timer id */ int _overrun; /* overrun count */ sigval_t32 _sigval; /* same as below */ compat_sigval_t _sigval;/* same as below */ int _sys_private; /* not to be passed to user */ } _timer; Loading Loading
arch/mips/kernel/signal32.c +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ typedef struct compat_siginfo { struct { timer_t _tid; /* timer id */ int _overrun; /* overrun count */ sigval_t32 _sigval; /* same as below */ compat_sigval_t _sigval;/* same as below */ int _sys_private; /* not to be passed to user */ } _timer; Loading