aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2015-06-03 03:39:34 +1000
committerteor <teor2345@gmail.com>2015-06-03 04:18:43 +1000
commitb1094fdec505088a39c94da79219d17c10baabef (patch)
tree28fc67760dda256c1ae47abeb623465703e7cefd /changes
parent3d653dff5e891c1e547ef7eacbc991410a98c1cb (diff)
downloadtor-b1094fdec505088a39c94da79219d17c10baabef.tar.gz
tor-b1094fdec505088a39c94da79219d17c10baabef.zip
Fix an incorrect comment on spawn_func
spawn_func calls pthread_create on unix, not fork Fix on existing code split out of compat.c into compat_pthreads.c in c2f0d52b7fb9
Diffstat (limited to 'changes')
-rw-r--r--changes/bug16115-spawn-comment6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug16115-spawn-comment b/changes/bug16115-spawn-comment
new file mode 100644
index 0000000000..7792564688
--- /dev/null
+++ b/changes/bug16115-spawn-comment
@@ -0,0 +1,6 @@
+ o Minor fixes (threads, comments):
+ - Fix an incorrect comment on spawn_func in compat_pthreads.c.
+ spawn_func calls pthread_create on unix, not fork
+ Patch by "teor".
+ Bugfix on unknown tor version (existing code split out of
+ compat.c into compat_pthreads.c in c2f0d52b7fb9 on 22 Sep 2013).