aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-05-17 13:11:00 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-05-17 13:11:00 +0530
commitd13103074ab5c7614eeb94f88a61803ed8f3e878 (patch)
tree20c7b4c429edc658f7095cee63e9e6e8c4e18e19 /ChangeLog
parentc79a72aa5cb8357c216a71015c7448a9259c8531 (diff)
downloadglibc-d13103074ab5c7614eeb94f88a61803ed8f3e878.tar
glibc-d13103074ab5c7614eeb94f88a61803ed8f3e878.tar.gz
glibc-d13103074ab5c7614eeb94f88a61803ed8f3e878.tar.bz2
glibc-d13103074ab5c7614eeb94f88a61803ed8f3e878.zip
tunables: Specify a default value for tunables
Enhance dl-tunables.list to allow specifying a default value for a tunable that it would be initialized to. * scripts/gen-tunables.awk: Recognize 'default' keyword in dl-tunables.list. * README.tunables: Document it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a0a45a845..a4a88e530c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-05-17 Siddhesh Poyarekar <siddhesh@sourceware.org>
+
+ * scripts/gen-tunables.awk: Recognize 'default' keyword in
+ dl-tunables.list.
+ * README.tunables: Document it.
+
2017-05-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* sysdeps/posix/preadv.c: Use sysdeps/posix/preadv_common.c.