[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4CA1B7DF.10202@orcon.net.nz>
Date: Tue, 28 Sep 2010 22:39:43 +1300
From: Michael Cree <mcree@...on.net.nz>
To: Al Viro <viro@....linux.org.uk>
CC: linux-kernel@...r.kernel.org, mattst88@...il.com,
torvalds@...ux-foundation.org
Subject: Re: [PATCH 1/2] alpha: switch osf_sigprocmask() to use of sigprocmask()
On 27/09/10 07:28, Al Viro wrote:
>
> get rid of a useless wrapper, while we are at it
>
> Signed-off-by: Al Viro<viro@...iv.linux.org.uk>
Compiling this leads to the following errors:
arch/alpha/kernel/signal.c: In function ‘SYSC_osf_sigprocmask’:
arch/alpha/kernel/signal.c:52: error: implicit declaration of function
‘siprocmask’
arch/alpha/kernel/signal.c:55: error: invalid type argument of ‘->’
(have ‘sigset_t’)
Obviously it should be sigprocmask at line 52, and presumably line 55
which is currently
res = oldmask->sig[0];
should be
res = oldmask.sig[0];
Cheers
Michael.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists