diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/Makefile b/nptl/sysdeps/unix/sysv/linux/Makefile index d25135ac80..5701887c06 100644 --- a/nptl/sysdeps/unix/sysv/linux/Makefile +++ b/nptl/sysdeps/unix/sysv/linux/Makefile @@ -18,7 +18,8 @@ # 02111-1307 USA. */ ifeq ($(subdir),nptl) -sysdep_routines += register-atfork unregister-atfork libc_pthread_init +sysdep_routines += register-atfork unregister-atfork libc_pthread_init \ + libc_multiple_threads libpthread-sysdep_routines += pt-fork |