diff options
author | Vincent Mihalkovic <vmihalko@redhat.com> | 2020-09-29 12:34:39 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-09-29 12:34:40 +0200 |
commit | c6702789344043fa998923c8f32ed0bdb2edfa9c (patch) | |
tree | 60362f3e9d0e1f5a886469d0575df25f5c71a2eb /NEWS | |
parent | d3c57027470b78dba79c6d931e4e409b1fecfc80 (diff) | |
download | glibc-c6702789344043fa998923c8f32ed0bdb2edfa9c.zip glibc-c6702789344043fa998923c8f32ed0bdb2edfa9c.tar.gz glibc-c6702789344043fa998923c8f32ed0bdb2edfa9c.tar.bz2 |
ld.so: add an --argv0 option [BZ #16124]
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ Version 2.33 Major new features: +* The dynamic linker accepts the --argv0 argument and provides opportunity + to change argv[0] string. + * The mallinfo2 function is added to report statistics as per mallinfo, but with larger field widths to accurately report values that are larger than fit in an integer. |