From 96bbfe3f095556d3718e6b8cf65c143782efb8c3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 20 Nov 2002 01:25:19 +0000 Subject: Update. 2002-11-19 Ulrich Drepper * Versions (libc:GLIBC_2.0): Remove names of functions which are not defined in libc. * Makefile (shared-only-routines): Add weaks. * weaks.c: Remove functions which are not exported from libc.so. --- linuxthreads/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/Makefile') diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 41bb8fff31..fca0137571 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -29,6 +29,7 @@ distribute := internals.h queue.h restart.h spinlock.h smp.h tst-signal.sh \ libc-tsd.c routines := weaks no-tsd +shared-only-routines = weaks extra-libs := libpthread extra-libs-others := $(extra-libs) -- cgit v1.2.3