Functions may be static and __inline, but not extern and __inline. This

should fix broken no-"-O" kernel builds.
This commit is contained in:
Brian Feldman 2000-06-22 08:31:27 +00:00
parent 2a2f33fb7a
commit ad93b7518f

View File

@ -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;