about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-17 10:07:21 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-17 10:07:21 +0000
commit8824b0a1bf8734541b41381bedbe319933cab978 (patch)
tree054ec2d18c8e56f287fff777309406fb6db236c8 /nptl
parent609b4783564008cafdeb947bfd613a1bcb5946f6 (diff)
downloadglibc-8824b0a1bf8734541b41381bedbe319933cab978.tar.gz
glibc-8824b0a1bf8734541b41381bedbe319933cab978.tar.xz
glibc-8824b0a1bf8734541b41381bedbe319933cab978.zip
Update.
2003-01-17  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (headers): Add bits/semaphore.h.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog4
-rw-r--r--nptl/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index f6d60a0c2f..b6dadd06fd 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-17  Ulrich Drepper  <drepper@redhat.com>
+
+	* Makefile (headers): Add bits/semaphore.h.
+
 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/i386/tls.h (INIT_SYSINFO): Initialize _head->sysinfo even
diff --git a/nptl/Makefile b/nptl/Makefile
index 367c95c708..eb89176fe8 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)