diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-16 09:23:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-16 09:23:44 -0500 |
commit | 33b5bfb94824a55254f1ffcddf38ac17589a2744 (patch) | |
tree | dbdd1f29df57e56476d66bd9d79cb0d79401dd82 /changes | |
parent | 784e9fff9baa4fb63712de5dd9cc0ac530e2eb23 (diff) | |
download | tor-33b5bfb94824a55254f1ffcddf38ac17589a2744.tar.gz tor-33b5bfb94824a55254f1ffcddf38ac17589a2744.zip |
Don't call pthread_condattr_setclock() unless it exists
Fixes bug 17819; bugfix on 0.2.6.3-alpha (specifically, d684dbb0).
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17819 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug17819 b/changes/bug17819 new file mode 100644 index 0000000000..45c55f74b6 --- /dev/null +++ b/changes/bug17819 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Don't try to use the pthrad_condattr_setclock() function unless + it actually exists. Fixes compilation on NetBSD-6.x. Fixes bug + 17819; bugfix on 0.2.6.3-alpha. |