warn on multithreaded fork
authorAndy Wingo <wingo@pobox.com>
Thu, 17 Jan 2013 11:38:56 +0000 (12:38 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 17 Jan 2013 11:38:56 +0000 (12:38 +0100)
commita796d0a95442b379a9ff2cdf9e0eb6efccc5dc08
tree05142a024acdb1691f7617293cf1da92ddfd3ae3
parent36c210d14e8572939901b9251492a3f4bf94988c
warn on multithreaded fork

* libguile/posix.c (scm_fork): Issue a warning on a multithreaded fork.
* doc/ref/posix.texi (Processes): Add note about multithreaded fork.

* test-suite/tests/00-socket.test: Moved here, from socket.test, so as
  to run before any threads are created.
* test-suite/Makefile.am: Adapt.
doc/ref/posix.texi
libguile/posix.c
test-suite/Makefile.am
test-suite/tests/00-socket.test [moved from test-suite/tests/socket.test with 100% similarity]