Re: [PATCH 3/11] FUSE - device functions

From: Miklos Szeredi
Date: Tue Jan 11 2005 - 14:11:09 EST



> > + sigset_t sigmask;
> > +
> > + siginitsetinv(&sigmask, sigmask(SIGKILL));
> > + sigprocmask(SIG_BLOCK, &sigmask, oldset);
>
> sigmask shadows sigmask. I'm surprised this works actually. (I see that
> sigmask() is a macro..)

Ugly. Though, I think I copied the code from some place, so it's not
such a big wonder that it works.

Thanks,
Miklos
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/