summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-11-09 21:53:33 +0000
committerUlrich Drepper <drepper@redhat.com>2006-11-09 21:53:33 +0000
commit1d3bb7334ff0d85468560d1a34a429569268fcd4 (patch)
treec5f495f15962b1a244760e785d5a2f413558e268 /ChangeLog
parent1c632cebfa24f661f77e0e51d360b53d631e59b4 (diff)
[BZ #3493]
* posix/unistd.h (sysconf): Remove const attribute.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 414a175c5c..ea15d6e66e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-11-09 Ulrich Drepper <drepper@redhat.com>
+ [BZ #3493]
+ * posix/unistd.h (sysconf): Remove const attribute.
+
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
temporary or deprecated addresses.
Patch by Sridhar Samudrala <sri@us.ibm.com>.