about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-10 05:25:42 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-10 05:25:42 +0000
commit4186c9f42b68947cfba27abfcd021da7755bf4eb (patch)
tree3f57dfa187c70dffdb73d42b85700057e5abf66d /linuxthreads/ChangeLog
parent8956ac9e979f950559b0b2d4f8a0726c70ceee8e (diff)
downloadglibc-4186c9f42b68947cfba27abfcd021da7755bf4eb.tar.gz
glibc-4186c9f42b68947cfba27abfcd021da7755bf4eb.tar.xz
glibc-4186c9f42b68947cfba27abfcd021da7755bf4eb.zip
Update.
	* sysdeps/unix/sysv/linux/getdents.c (__getdents): Avoid initial
	lseek call be passing in a buffer which never allow a successful
	first getdents syscall if not at leas the initial entry can be
	stored in the user buffer.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index fff24c8a03..86e02aac61 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,9 @@
+2000-04-09  Ulrich Drepper  <drepper@redhat.com>
+
+	* signals.c (sigaction): Fix return value for the case SIG is one
+	of the signals the implementation uses.
+	Patch by Xavier.Leroy@inria.fr.
+
 2000-04-01  Andreas Jaeger  <aj@suse.de>
 
 	* attr.c: Use shlib-compat macros.