Re: [PATCH v4] Support for setitimer() on platforms lacking it

2012-09-08 Thread Junio C Hamano
Will queue (together with the latest MKDIR one). 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

RE: [PATCH v4] Support for setitimer() on platforms lacking it

2012-09-08 Thread Joachim Schmitz
HP NonStop (currently) doesn't have setitimer(). As setitimer() is only used in cases of perceived latency and it doesn't affect correctness, it gets disabled entirely if NO_SETITIMER is set. HP NonStop does provide struct itimerval, but other platforms may not, so this is taken care of in this com