From 481b550f585164c7faef0075aa10e34b57959e1e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 20 Mar 2001 21:05:29 +0000 Subject: Update. * Makefile: Define -D_RPC_THREAD_SAFE_ for cancel.c. --- linuxthreads/ChangeLog | 1 + linuxthreads/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index d895b73..6ad4a7b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,6 @@ 2001-03-20 Ulrich Drepper + * Makefile: Define -D_RPC_THREAD_SAFE_ for cancel.c. * cancel.c (__pthread_perform_cleanup): Call __rpc_thread_destroy. * sysdeps/pthread/bits/libc-tsd.h: Define _LIBC_TSD_KEY_VARS. diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index d88af80..99bdb73 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -70,7 +70,7 @@ CFLAGS-mutex.c += -D__NO_WEAK_PTHREAD_ALIASES CFLAGS-specific.c += -D__NO_WEAK_PTHREAD_ALIASES CFLAGS-pthread.c += -D__NO_WEAK_PTHREAD_ALIASES $(znodelete-$(have-z-nodelete)) CFLAGS-ptfork.c += -D__NO_WEAK_PTHREAD_ALIASES -CFLAGS-cancel.c += -D__NO_WEAK_PTHREAD_ALIASES +CFLAGS-cancel.c += -D__NO_WEAK_PTHREAD_ALIASES -D_RPC_THREAD_SAFE_ CFLAGS-unload.c += -DPREFIX=\"$(objpfx)\" # Depend on libc.so so a DT_NEEDED is generated in the shared objects. -- cgit v1.1