Jeff King <peff@xxxxxxxx> writes: > On Tue, Dec 15, 2020 at 01:08:18PM -0800, Junio C Hamano wrote: > >> Elijah Newren <newren@xxxxxxxxx> writes: >> >> > Doh, sorry for the bug. Yeah, that's the exact fix I'd make. Junio, >> > do you want to just use the changes you've already got, or would you >> > like me to submit a patch removing these two 'return's? >> >> Nah, the other half of the reported issue was mine, so let me see if >> I can quickly whip up a two-patch series. > > Thanks, both look OK to me. I probably would have kept "return -1" in > the setitimer one, but I doubt it really matters much either way. Yeah, we know that the return value does not matter as nobody looks at it. I just was a bit hesitant to clobber errno with ENOSYS.