Functions may be static and __inline, but not extern and __inline. This
should fix broken no-"-O" kernel builds.
This commit is contained in:
parent
2a2f33fb7a
commit
ad93b7518f
@ -229,7 +229,7 @@ void sendsig __P((sig_t action, int sig, sigset_t *retmask, u_long code));
|
||||
*
|
||||
* MP SAFE
|
||||
*/
|
||||
extern __inline int __cursig(struct proc *p)
|
||||
static __inline int __cursig(struct proc *p)
|
||||
{
|
||||
sigset_t tmpset;
|
||||
int r;
|
||||
|
Loading…
Reference in New Issue
Block a user