about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-12-06 22:48:11 +0000
committerUlrich Drepper <drepper@redhat.com>2004-12-06 22:48:11 +0000
commit77d16e2672f3998c4042f425c7c0f743fdf070b8 (patch)
treebe771880d4d591d35c82e9523583e554156fe011 /ChangeLog
parentc03c66ddb5423255ae5e5309443eaeaf90eac441 (diff)
downloadglibc-77d16e2672f3998c4042f425c7c0f743fdf070b8.tar.gz
glibc-77d16e2672f3998c4042f425c7c0f743fdf070b8.tar.xz
glibc-77d16e2672f3998c4042f425c7c0f743fdf070b8.zip
Update.
	* libio/ioseekpos.c (_IO_seekpos_unlocked): Call _IO_SEEKOF not
	_IO_SEEKPOS, saving one indirect jump.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4edb15a021..2c915f93c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-12-06  Ulrich Drepper  <drepper@redhat.com>
 
+	* libio/ioseekpos.c (_IO_seekpos_unlocked): Call _IO_SEEKOF not
+	_IO_SEEKPOS, saving one indirect jump.
+
 	* libio/fileops.c (_IO_new_file_seekoff): Fix optimization of in-buffer
 	seek.  Remove dead code.