summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-27 00:58:34 +0000
committerRoland McGrath <roland@gnu.org>2006-02-27 00:58:34 +0000
commit84cfa284c03d66c04e303e1d862bf89e7747ede2 (patch)
tree98d05858f36599c20ce6b4ad9de3208f2df9ef5f /nptl
parent0ccdd33975fb4bd91a7d920b86168c8a5216d256 (diff)
* sysdeps/generic/pt-raise.c: Moved to ...
* pt-raise.c: ... here. * sysdeps/generic/lowlevellock.h: Moved to ... * lowlevellock.h: ... here.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 30357d6199..8881c8d487 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-26 Roland McGrath <roland@redhat.com>
+
+ * sysdeps/generic/pt-raise.c: Moved to ...
+ * pt-raise.c: ... here.
+ * sysdeps/generic/lowlevellock.h: Moved to ...
+ * lowlevellock.h: ... here.
+
2006-02-23 Roland McGrath <roland@redhat.com>
* descr.h (struct pthread): Add final member `end_padding'.