mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
e711c6f0d1
us working malloc in the fork child of the multithreaded process. Although POSIX requires that only async-signal safe functions shall be operable after fork in multithreaded process, not having malloc lower the quality of our implementation. Tested by: rink Discussed with: kan, davidxu Reviewed by: kan MFC after: 1 month |
||
---|---|---|
.. | ||
arch | ||
support | ||
sys | ||
thread | ||
libthr.3 | ||
Makefile | ||
pthread.map |