diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-08 17:11:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-08 17:11:31 +0000 |
commit | 41fa1e8a79f8a5b5bacde41ad48745cf56011fcc (patch) | |
tree | 7b2de8e00ee5ff9e7f38c361c52e3053a7276b23 /science/cdo/files/patch-src-pthread_debug.cc | |
parent | Update to 2.02.05 (diff) |
Update to 1.9.9
Changes: https://code.mpimet.mpg.de/projects/cdo/news
Diffstat (limited to 'science/cdo/files/patch-src-pthread_debug.cc')
-rw-r--r-- | science/cdo/files/patch-src-pthread_debug.cc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/science/cdo/files/patch-src-pthread_debug.cc b/science/cdo/files/patch-src-pthread_debug.cc deleted file mode 100644 index 0e3271a7e3ac..000000000000 --- a/science/cdo/files/patch-src-pthread_debug.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- src/pthread_debug.cc.orig 2018-05-09 08:49:58 UTC -+++ src/pthread_debug.cc -@@ -87,6 +87,7 @@ print_pthread_attr(const char *caller, p - fprintf(stderr, "%-18s : %-14s = %ld\n", caller, "stacksize", (long) stacksize); - } - -+#if defined (PTHREAD_MUTEXATTR_CONDATTR) - void - print_pthread_mutexattr(const char *caller, pthread_mutexattr_t *m_attr) - { -@@ -118,6 +119,7 @@ PTHREAD_PRIO_NONE); - } - #endif - } -+#endif - - void - print_pthread_condattr(const char *caller, pthread_condattr_t *c_attr) |