warning instead of error on multithreaded fork
authorAndy Wingo <wingo@pobox.com>
Thu, 17 Jan 2013 11:18:22 +0000 (12:18 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 17 Jan 2013 11:25:52 +0000 (12:25 +0100)
commit22cdf986db43ea1b81816a1cc0151994d484fdee
tree4228dce0767a1fcac968c666f1a8f462814907da
parent94027fe6ec99874b1f6d1cdf1d7f31f482ecd960
warning instead of error on multithreaded fork

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