aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Makefile2
-rw-r--r--sysdeps/pthread/semaphore.h (renamed from nptl/semaphore.h)0
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 35d61bd3..7630e80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-12-11 Joseph Myers <joseph@codesourcery.com>
+
+ * nptl/semaphore.h: Move to ...
+ * sysdeps/pthread/semaphore.h: ... here.
+ * Makefile (installed-headers): Change nptl/semaphore.h to
+ sysdeps/pthread/semaphore.h.
+
2014-12-11 Roland McGrath <roland@hack.frob.com>
* misc/tst-error1.c (do_test): Ignore -Wformat-security for
diff --git a/Makefile b/Makefile
index 51ff5ca..b012ced 100644
--- a/Makefile
+++ b/Makefile
@@ -284,7 +284,7 @@ installed-headers = argp/argp.h assert/assert.h catgets/nl_types.h \
malloc/obstack.h malloc/mcheck.h math/math.h \
math/complex.h math/fenv.h math/tgmath.h misc/sys/uio.h \
$(wildcard nis/rpcsvc/*.h) nptl_db/thread_db.h \
- sysdeps/nptl/pthread.h nptl/semaphore.h \
+ sysdeps/nptl/pthread.h sysdeps/pthread/semaphore.h \
nss/nss.h posix/sys/utsname.h posix/sys/times.h \
posix/sys/wait.h posix/sys/types.h posix/unistd.h \
posix/glob.h posix/regex.h posix/wordexp.h posix/fnmatch.h\
diff --git a/nptl/semaphore.h b/sysdeps/pthread/semaphore.h
index 763db34..763db34 100644
--- a/nptl/semaphore.h
+++ b/sysdeps/pthread/semaphore.h