Christos Zoulas writes:
> On Jan 9, 12:44am, [email protected] ([email protected]) wrote:
> -- Subject: Re: CVS commit: src/sys/compat/linux/common
>
> | Why not add a signal?
>
> It is complicated to do so. It will even change the sigmask size.
it will? don't we have support for upto 128 signals there?
1.2 (thorpej 18-Jan-03): typedef struct {
1.2 (thorpej 18-Jan-03): __uint32_t __bits[4];
1.2 (thorpej 18-Jan-03): } sigset_t;
there might be some issues, but i was fairly sure when we went
beyond the old 32 signals we made it upto 128.
we should be able to make it work in the kernel, at least.
.mrg.