about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-12-21 08:24:13 +0000
committerUlrich Drepper <drepper@redhat.com>2005-12-21 08:24:13 +0000
commit87629a1c5044939820c1a78f7f097ebfe2d2b14b (patch)
tree70658ff18d2eb8a6f7ccb1babe483b9e8c0ef254 /ChangeLog
parent4b5b009cc3045ca026b061ce55160bd1eeb0888c (diff)
downloadglibc-87629a1c5044939820c1a78f7f097ebfe2d2b14b.tar.gz
glibc-87629a1c5044939820c1a78f7f097ebfe2d2b14b.tar.xz
glibc-87629a1c5044939820c1a78f7f097ebfe2d2b14b.zip
[BZ #1960]
2005-12-21  Ulrich Drepper  <drepper@redhat.com>
	[BZ #1960]
	* io/fts.c (fts_open): Avoid function call in MAX macro use.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad9ed77a11..cb3fdf91b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-21  Ulrich Drepper  <drepper@redhat.com>
+
+	[BZ #1960]
+	* io/fts.c (fts_open): Avoid function call in MAX macro use.
+
 2005-12-20  Ulrich Drepper  <drepper@redhat.com>
 
 	* locale/xlocale.c (_nl_C_locobj): Mark as const.