diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Banner | 2 | ||||
-rw-r--r-- | nptl/Makefile | 2 | ||||
-rw-r--r-- | nptl/sysdeps/pthread/Makefile | 4 |
3 files changed, 3 insertions, 5 deletions
diff --git a/nptl/Banner b/nptl/Banner index 53444807bb..7c1487e7b6 100644 --- a/nptl/Banner +++ b/nptl/Banner @@ -1 +1 @@ -NPTL 0.61 by Ulrich Drepper +Native POSIX Threads Library by Ulrich Drepper et al diff --git a/nptl/Makefile b/nptl/Makefile index c282c6f8ff..56dd08939f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -21,8 +21,6 @@ # subdir := nptl -nptl-version := $(shell sed -n 's/^[^0-9]* \([0-9.]*\).*$$/\1/p' Banner) - headers := pthread.h semaphore.h bits/semaphore.h extra-libs := libpthread diff --git a/nptl/sysdeps/pthread/Makefile b/nptl/sysdeps/pthread/Makefile index 05854beecd..207e10fad2 100644 --- a/nptl/sysdeps/pthread/Makefile +++ b/nptl/sysdeps/pthread/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -48,5 +48,5 @@ endif endif ifeq ($(subdir),posix) -CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../nptl/Banner)\"" +CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"NPTL $(version)"' endif |