Adhemerval Zanella 9a75654037 posix: Consolidate fork implementation
The Linux nptl implementation is used as base for generic fork
implementation to handle the internal locks and mutexes.  The
system specific bits are moved a new internal _Fork symbol.

(This new implementation will be used to provide a async-signal-safe
_Fork now that POSIX has clarified that fork might not be
async-signal-safe [1]).

For Hurd it means that the __nss_database_fork_prepare_parent and
__nss_database_fork_subprocess will be run in a slight different
order.

[1] https://austingroupbugs.net/view.php?id=62
2021-06-24 10:02:06 -03:00
..
2021-06-24 10:02:06 -03:00
2021-01-04 08:42:25 -03:00
2021-01-04 09:02:39 -03:00
2021-06-24 10:02:06 -03:00
2021-01-04 08:41:53 -03:00
2021-01-04 08:38:52 -03:00
2021-02-09 16:58:16 -03:00
2021-06-15 10:42:11 -03:00
2021-04-15 11:32:40 -03:00
2021-06-15 10:42:11 -03:00
2021-04-15 11:32:40 -03:00
2021-04-15 11:32:40 -03:00
2021-06-02 07:32:19 +02:00