From 8824b0a1bf8734541b41381bedbe319933cab978 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 17 Jan 2003 10:07:21 +0000 Subject: Update. 2003-01-17 Ulrich Drepper * Makefile (headers): Add bits/semaphore.h. --- nptl/ChangeLog | 4 ++++ nptl/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f6d60a0..b6dadd0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-01-17 Ulrich Drepper + + * Makefile (headers): Add bits/semaphore.h. + 2003-01-16 Jakub Jelinek * sysdeps/i386/tls.h (INIT_SYSINFO): Initialize _head->sysinfo even diff --git a/nptl/Makefile b/nptl/Makefile index 367c95c..eb89176 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -23,7 +23,7 @@ subdir := nptl nptl-version := $(shell sed -n 's/^.*$(subdir) \([0-9.]*\).*$$/\1/p' Banner) -headers := pthread.h semaphore.h +headers := pthread.h semaphore.h bits/semaphore.h extra-libs := libpthread extra-libs-others := $(extra-libs) -- cgit v1.1