All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] fix compilation with --disable-pthreads
@ 2014-10-11 14:42 Etienne Buira
  2014-10-11 14:46 ` [PATCH 2/2] Remove spurious 'no threads support' warnings Etienne Buira
  2014-10-13 19:10 ` [PATCH 1/2] fix compilation with --disable-pthreads Junio C Hamano
  0 siblings, 2 replies; 5+ messages in thread
From: Etienne Buira @ 2014-10-11 14:42 UTC (permalink / raw)
  To: git; +Cc: Etienne Buira

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
 
 
-- 
1.8.5.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-10-14 14:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 1/2] fix compilation with --disable-pthreads Junio C Hamano

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.