bug16115-spawn-comment 318 B

123456
  1. o Minor fixes (threads, comments):
  2. - Fix an incorrect comment on spawn_func in compat_pthreads.c.
  3. spawn_func calls pthread_create on unix, not fork
  4. Patch by "teor".
  5. Bugfix on unknown tor version (existing code split out of
  6. compat.c into compat_pthreads.c in c2f0d52b7fb9 on 22 Sep 2013).