diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-05-17 13:11:00 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-05-17 13:11:00 +0530 |
commit | d13103074ab5c7614eeb94f88a61803ed8f3e878 (patch) | |
tree | 20c7b4c429edc658f7095cee63e9e6e8c4e18e19 /ChangeLog | |
parent | c79a72aa5cb8357c216a71015c7448a9259c8531 (diff) | |
download | glibc-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |