linuxthreads: add dummy for pthread_atfork
commit9e38e0aa45cca21d5023d0af94377f0e1e41d2f4
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 19 Nov 2017 08:10:12 +0000 (19 09:10 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 19 Nov 2017 08:12:47 +0000 (19 09:12 +0100)
tree9d65edd7fa9f9473a2cc6b9ada2c68ae0c523933
parenta745c4bfc8a9b5db4e48387170da0dc1d39e3abe
linuxthreads: add dummy for pthread_atfork

For noMMU targets we need a pthread_atfork dummy, otherwise
libraries like libressl using pthread_atfork, but not fork()
for itself, can not be used. But software like curl with
ssl support linking against libressl still work fine on noMMU
targets.
libpthread/linuxthreads/ptfork.c