util.pposix: rfork() seems to be FreeBSD only (fixes #412)

This commit is contained in:
Kim Alvefur 2016-12-19 08:51:50 +01:00
parent aedd689b72
commit 4bacd7b4fc

View file

@ -49,9 +49,9 @@
#define WITH_MALLINFO
#endif
#if defined(RFPROC) && defined(EV_SET)
#if defined(__FreeBSD__) && defined(RFPROC)
/*
* On *BSD, calling fork() is equivalent to rfork(RFPROC | RFFDG).
* On FreeBSD, calling fork() is equivalent to rfork(RFPROC | RFFDG).
*
* RFFDG being set means that the file descriptor table is copied,
* otherwise it's shared. We want the later, otherwise libevent gets