Johannes Sixt <j...@kdbg.org> writes:

> But IMHO, this topic goes in a wrong direction. "Avoid deprecated
> interfaces" is way overrated. It would be preferable (IMHO) to implement
> setitimer() in compat/ for systems that don't have it.

I think I agree.

Adding compat/setitimer.c that implements git_setitimer() in terms
of whatever is available on the platform and #define calls to
setitimer() away to git_setitimer() would be a lot less intrusive
change than the series posted.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to