RE: thread-utils: build with NO_PTHREADS fails

2015-10-14 Thread Victor Leschuk
Hamano [gits...@pobox.com] Sent: Monday, October 12, 2015 10:55 AM To: Victor Leschuk Cc: git@vger.kernel.org; vlesc...@gmail.com Subject: Re: thread-utils: build with NO_PTHREADS fails Junio C Hamano writes: > Victor Leschuk writes: > >> I think that no one tried it for a long time

Re: thread-utils: build with NO_PTHREADS fails

2015-10-12 Thread Junio C Hamano
Junio C Hamano writes: > Victor Leschuk writes: > >> I think that no one tried it for a long time but I needed a >> single-threaded git version for debug purpose. I tried to build >> with -DNO_PTHREADS and thread-utils.c failed to compile. >> >> In brief the situation is the following: >> >> in

Re: thread-utils: build with NO_PTHREADS fails

2015-10-12 Thread Junio C Hamano
Victor Leschuk writes: > I think that no one tried it for a long time but I needed a > single-threaded git version for debug purpose. I tried to build > with -DNO_PTHREADS and thread-utils.c failed to compile. > > In brief the situation is the following: > > in header file we have something like

thread-utils: build with NO_PTHREADS fails

2015-10-11 Thread Victor Leschuk
Hello all, I think that no one tried it for a long time but I needed a single-threaded git version for debug purpose. I tried to build with -DNO_PTHREADS and thread-utils.c failed to compile. In brief the situation is the following: in header file we have something like that: #ifndef NO_PTHR