Hi Romain, Romain Naour wrote,
There is not possible to use use fork() on noMMU target, so exporting pthread_atfork() for such target is useless. A program using pthread_atfork() will likely fail at runtime due to the error code returned by this function.
Signed-off-by: Romain Naour romain.naour@gmail.com
Thanks, applied and pushed Waldemar