aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2015-01-02 11:16:35 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2015-01-02 11:16:35 +0530
commitb217c15fc340bc29e7cab0a80626c65e48fcebd6 (patch)
tree14e2a1d8e3635f530ec4ea3a9776881125797301 /ChangeLog
parent73a268c75996b92e4a5e72bf9fdf6adc20390614 (diff)
downloadglibc-b217c15fc340bc29e7cab0a80626c65e48fcebd6.tar
glibc-b217c15fc340bc29e7cab0a80626c65e48fcebd6.tar.gz
glibc-b217c15fc340bc29e7cab0a80626c65e48fcebd6.tar.bz2
glibc-b217c15fc340bc29e7cab0a80626c65e48fcebd6.zip
Remove uses of sprintf in gen-posix-conf-vars.awk
Simply some code by replacing sprintf in the awk script.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc7a34e350..cf3318503a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
+
2014-12-31 Joseph Myers <joseph@codesourcery.com>
[BZ #17748]