blob: 64e67569fce8e7ceca88e011086e3f37a658b63b [file] [log] [blame]
#include <errno.h>
int
_fork()
{
errno = ENOSYS;
return -1;
}