From 2067577c713671471ec03c52425625d69a19d1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 12 Feb 2003 22:33:22 +0000 Subject: Update. * sysdeps/generic/bits/confname.h: Define _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION. * posix/conststr.c: Handle these new values. * posix/getconf.c: Likewise. * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember --- linuxthreads/ChangeLog | 4 ++++ linuxthreads/sysdeps/pthread/Makefile | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 7a6047ae92..dd1a1c2e59 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2003-02-12 Ulrich Drepper + + * sysdeps/pthread/Makefile: Define CFLAGS-confstr.c. + 2003-02-10 Jakub Jelinek * sysdeps/unix/sysv/linux/alpha/vfork.S (__vfork): Check diff --git a/linuxthreads/sysdeps/pthread/Makefile b/linuxthreads/sysdeps/pthread/Makefile index a0d3315235..6b92fbf47f 100644 --- a/linuxthreads/sysdeps/pthread/Makefile +++ b/linuxthreads/sysdeps/pthread/Makefile @@ -7,3 +7,7 @@ else $(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library) endif endif + +ifeq ($(subdir),posix) +CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../nptl/Banner)\"" +endif -- cgit 1.4.1