1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/science/cdo/files/patch-src-pthread_debug.c
Sunpoet Po-Chuan Hsieh d5a139eca5 - Update to 1.4.7
Changes:        https://code.zmaw.de/news/41
2011-03-01 02:44:32 +00:00

19 lines
353 B
C

--- src/pthread_debug.c.orig 2010-11-12 20:22:44.000000000 +0800
+++ src/pthread_debug.c 2011-02-26 03:30:00.000000000 +0800
@@ -77,6 +77,7 @@
}
+#if defined (PTHREAD_MUTEXATTR_CONDATTR)
void print_pthread_mutexattr(const char *caller, pthread_mutexattr_t *m_attr)
{
/*
@@ -116,6 +117,7 @@
}
#endif
}
+#endif
int PTHREAD_Debug = 0;