Fix an incorrect comment on spawn_func
commitb1094fdec505088a39c94da79219d17c10baabef
authorteor <teor2345@gmail.com>
Tue, 2 Jun 2015 17:39:34 +0000 (3 03:39 +1000)
committerteor <teor2345@gmail.com>
Tue, 2 Jun 2015 18:18:43 +0000 (3 04:18 +1000)
tree28fc67760dda256c1ae47abeb623465703e7cefd
parent3d653dff5e891c1e547ef7eacbc991410a98c1cb
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
changes/bug16115-spawn-comment [new file with mode: 0644]
src/common/compat_pthreads.c