diff options
author | Will Newton <will.newton@linaro.org> | 2014-06-24 14:19:36 +0100 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-06-25 10:52:51 +0100 |
commit | c7aec4beb13f125948884d80158f11c34239c61f (patch) | |
tree | 14fb1b6990612818ef0ef2ae6ef00e73a2ed111f /ChangeLog | |
parent | c5241f9575dd89ce6714963ecb3a114ece13f1a7 (diff) | |
download | glibc-c7aec4beb13f125948884d80158f11c34239c61f.tar glibc-c7aec4beb13f125948884d80158f11c34239c61f.tar.gz glibc-c7aec4beb13f125948884d80158f11c34239c61f.tar.bz2 glibc-c7aec4beb13f125948884d80158f11c34239c61f.zip |
sysdeps/posix/tempname.c: Merge from gnulib
Partial merge from gnulib which fixes a number of -Wundef warnings.
The parts that differ from gnulib are the header comment, use of
__glibc_unlikely, a #define of __secure_getenv and the use of tabs.
The majority of the patch is cosmetic comment changes, the only runtime
change is an abort if an unknown kind is passed to __gen_tempname.
ChangeLog:
2014-06-25 Will Newton <will.newton@linaro.org>
* sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
comment changes throughout the file. Remove checks
for HAVE_*_H definitions that are not required.
(__gen_tempname): Call abort if an unknown kind value is
passed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2014-06-25 Will Newton <will.newton@linaro.org> + + * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic + comment changes throughout the file. Remove checks + for HAVE_*_H definitions that are not required. + (__gen_tempname): Call abort if an unknown kind value is + passed. + 2014-06-25 Andreas Schwab <schwab@suse.de> [BZ #17086] |