libpthread: remove pthread_atfork for noMMU target
commit79c4017f3518cd30afb59a170717c1e754eedadf
authorRomain Naour <romain.naour@gmail.com>
Sat, 5 Nov 2016 18:55:43 +0000 (5 19:55 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Thu, 17 Nov 2016 18:54:02 +0000 (17 19:54 +0100)
treeb79955ff3e2ee8c461897cedf2144571d6ea1cb2
parent2d2aa1bd7074222d9d54232b2d96eae1d2aab7ae
libpthread: remove pthread_atfork for noMMU target

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>
libpthread/linuxthreads/ptfork.c
libpthread/linuxthreads/sysdeps/pthread/pthread.h