about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-17 22:44:55 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-17 22:44:55 +0000
commit5339290658a4c9e8c8d9e6d95ae27705fdd59c10 (patch)
tree4832309eedd4acb7dd042d89f136faad05032ad7 /nptl
parent7eb7fdda7e81b1b028f5fbdec6b45155d2520698 (diff)
downloadglibc-5339290658a4c9e8c8d9e6d95ae27705fdd59c10.tar.gz
glibc-5339290658a4c9e8c8d9e6d95ae27705fdd59c10.tar.xz
glibc-5339290658a4c9e8c8d9e6d95ae27705fdd59c10.zip
Fix.
	* sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Remove unneeded
	frame info.
	* sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 4d07dac5ee..7225ad5057 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,7 +1,8 @@
 2004-04-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
-	* sysv/linux/sh/pthread_cond_wait.S: Remove unneeded frame info.
-	* sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
+	* sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Remove unneeded
+	frame info.
+	* sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
 
 2004-04-15  Jakub Jelinek  <jakub@redhat.com>