Re: [PATCH] x86_64: fix delayed signals

From: Roland McGrath
Date: Fri Jul 11 2008 - 14:08:43 EST


> + /* Only check signals if we have filled at least one entry! */
> + if (signal_pending(current))
> + return -EINTR;

Shouldn't it return the short count?
(And if not, then probably should be -ERESTARTSYS.)


Thanks,
Roland
--
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/