diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-21 16:31:31 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-21 16:31:31 +0200 |
commit | 9695dd0c9309712ed8e9c17a7040fe7af347f2dc (patch) | |
tree | 4b76b86576b2308113d31d176536aa0b92418840 /ChangeLog | |
parent | e535139e82e5a4bb0ed63b0b5165f03a9b2d0e52 (diff) | |
download | glibc-9695dd0c9309712ed8e9c17a7040fe7af347f2dc.tar glibc-9695dd0c9309712ed8e9c17a7040fe7af347f2dc.tar.gz glibc-9695dd0c9309712ed8e9c17a7040fe7af347f2dc.tar.bz2 glibc-9695dd0c9309712ed8e9c17a7040fe7af347f2dc.zip |
DCIGETTEXT: Use getcwd, asprintf to construct absolute pathname
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2017-06-21 Florian Weimer <fweimer@redhat.com> + + * intl/dcigettext.c (DCIGETTEXT): Use getcwd (NULL, 0) and + asprintf to construct an absolute pathname. + 2017-06-21 Adhemerval Zanella <adhemerval.zanella@linaro.org> * misc/tst-preadvwritev2-common.c: New file. |