about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-04-09 18:47:07 +0000
committerUlrich Drepper <drepper@redhat.com>2008-04-09 18:47:07 +0000
commit2f611ada05b4f5176e642e781a5791d91f97712b (patch)
treef5a32d103c707118609f4bf5bb5ad372ca9a7515
parent6c30d38fdd1a9aa03efd8aa3569f64666658271c (diff)
downloadglibc-2f611ada05b4f5176e642e781a5791d91f97712b.tar.gz
glibc-2f611ada05b4f5176e642e781a5791d91f97712b.tar.xz
glibc-2f611ada05b4f5176e642e781a5791d91f97712b.zip
[BZ #5209]
	* sysdeps/unix/sysv/syscalls.list: times syscalls doesn't return
	an error value.
-rw-r--r--ChangeLog4
-rw-r--r--nptl/ChangeLog5
-rw-r--r--sysdeps/unix/sysv/syscalls.list2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index acb768b475..37767ce7ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #5209]
+	* sysdeps/unix/sysv/syscalls.list: times syscalls doesn't return
+	an error value.
+
 	* stdlib/tst-makecontext.c: Change parameter to cf to negative
 	value to check for correct sign extension.
 
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 0bf693b8e3..36dd01d57d 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-26  Daniel Jacobowitz  <dan@codesourcery.com>
+
+	* pthread_create.c: Require pthread_mutex_trylock and
+	pthread_key_delete for libgcc.
+
 2008-04-08  Jakub Jelinek  <jakub@redhat.com>
 
 	[BZ #6020]
diff --git a/sysdeps/unix/sysv/syscalls.list b/sysdeps/unix/sysv/syscalls.list
index 436d05eb9a..f65ed79f70 100644
--- a/sysdeps/unix/sysv/syscalls.list
+++ b/sysdeps/unix/sysv/syscalls.list
@@ -11,6 +11,6 @@ settimeofday	-	settimeofday	i:PP	__settimeofday	settimeofday
 signal		-	signal		i:ii	signal
 stime		-	stime		i:p	stime
 time		-	time		Ei:P	time
-times		-	times		i:p	__times	times
+times		-	times		Ei:p	__times	times
 ulimit		-	ulimit		i:ii	ulimit
 utime		-	utime		i:sP	utime