From: Junio C Hamano <gitster@pobox.com>
To: Etienne Buira <etienne.buira@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 1/2] fix compilation with --disable-pthreads
Date: Mon, 13 Oct 2014 12:10:11 -0700 [thread overview]
Message-ID: <xmqqwq833hws.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <d2df2f619967ea7ba9625868b9c77d79a1190665.1413038338.git.etienne.buira@gmail.com> (Etienne Buira's message of "Sat, 11 Oct 2014 16:42:07 +0200")
Etienne Buira <etienne.buira@gmail.com> writes:
> Subject: Re: [PATCH 1/2] fix compilation with --disable-pthreads
That probably is a typo of "NO_PTHREADS=NoThanks" or something.
Thanks.
Just out of curiosity, are you porting to some exotic platforms?
> Signed-off-by: Etienne Buira <etienne.buira@gmail.com>
> ---
> builtin/index-pack.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/builtin/index-pack.c b/builtin/index-pack.c
> index eebf1a8..0f88f4b 100644
> --- a/builtin/index-pack.c
> +++ b/builtin/index-pack.c
> @@ -185,6 +185,9 @@ static void cleanup_thread(void)
> #define deepest_delta_lock()
> #define deepest_delta_unlock()
>
> +#define type_cas_lock()
> +#define type_cas_unlock()
> +
> #endif
prev parent reply other threads:[~2014-10-13 19:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-11 14:42 [PATCH 1/2] fix compilation with --disable-pthreads Etienne Buira
2014-10-11 14:46 ` [PATCH 2/2] Remove spurious 'no threads support' warnings Etienne Buira
2014-10-13 19:54 ` Junio C Hamano
2014-10-14 14:46 ` Etienne Buira
2014-10-13 19:10 ` Junio C Hamano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqwq833hws.fsf@gitster.dls.corp.google.com \
--to=gitster@pobox.com \
--cc=etienne.buira@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.