Yuri
2023-07-07 20:45:53 UTC
Linux has the clone() function that allows the caller more control over
process cloning than the fork(2) function does.
FreeBSD only has clone() in its Linux emulator code for Linux apps, but
it seems to be missing in the system.
Is there a library that implements functionality similar to Linux's clone()?
Otherwise, how can clone() calls like this
https://github.com/cea-hpc/wi4mpi/blob/master/src/common/helper.c#L82 be
resolved on FreeBSD?
Thanks,
Yuri
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
process cloning than the fork(2) function does.
FreeBSD only has clone() in its Linux emulator code for Linux apps, but
it seems to be missing in the system.
Is there a library that implements functionality similar to Linux's clone()?
Otherwise, how can clone() calls like this
https://github.com/cea-hpc/wi4mpi/blob/master/src/common/helper.c#L82 be
resolved on FreeBSD?
Thanks,
Yuri
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de