Files
2013-09-26 17:14:40 +02:00

17 lines
395 B
Plaintext

$NetBSD: patch-aa,v 1.1 2008/10/12 13:57:27 adrianp Exp $
--- src/lib/log.c.orig 2008-10-11 21:31:55.000000000 +0200
+++ src/lib/log.c 2008-10-11 21:31:49.000000000 +0200
@@ -52,10 +52,10 @@
* Use pthread keys if we have pthreads. For MAC, which should
* be very fast.
*/
+#endif
#ifdef HAVE_PTHREAD_H
#define USE_PTHREAD_FOR_TLS (1)
#endif
-#endif
#ifndef USE_PTHREAD_FOR_TLS
/*