From 416d2de60b8e567ac7cd6a581afba0f5cdfc932e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Dec 2002 08:00:19 +0000 Subject: Update. 2002-12-30 Ulrich Drepper * malloc/thread-m.h (thread_atfork): Define using __register_atfork. --- linuxthreads/Makeconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linuxthreads/Makeconfig') diff --git a/linuxthreads/Makeconfig b/linuxthreads/Makeconfig index 4b1c0c3414..2dfd58c99e 100644 --- a/linuxthreads/Makeconfig +++ b/linuxthreads/Makeconfig @@ -3,7 +3,8 @@ have-thread-library = yes -shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so +shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so \ + $(common-objpfx)linuxthreads/libpthread_nonshared.a static-thread-library = $(common-objpfx)linuxthreads/libpthread.a bounded-thread-library = $(common-objpfx)linuxthreads/libpthread_b.a -- cgit 1.4.1