diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-02-03 12:15:56 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-02-03 12:15:56 +0000 |
commit | 1befa76448266208ee853f3e5b3a34a12807eaf4 (patch) | |
tree | ca60afad9fe6ebd6478cd8f2dc03abe38e0cc934 /ChangeLog | |
parent | e3b394f3f0c01539efccfda8450b39d070cdc71d (diff) | |
download | gunmake-1befa76448266208ee853f3e5b3a34a12807eaf4.tar.gz |
Fix Savannah bug #34832 with unused TLS attributes.
w32/subproc/w32err.c (map_windows32_error_to_string) [_MSC_VER]:
Don't use TLS storage for szMessageBuffer. Ifdef away special
code for handling Winsock error codes. Make the function return a
`const char *'. Suggested by Ozkan Sezer. Fixes Savannah bug #34832.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-02-03 Eli Zaretskii <eliz@gnu.org> + + * w32/subproc/w32err.c (map_windows32_error_to_string) [_MSC_VER]: + Don't use TLS storage for szMessageBuffer. Ifdef away special + code for handling Winsock error codes. Make the function return a + `const char *'. Suggested by Ozkan Sezer. Fixes Savannah bug #34832. + 2012-01-29 Paul Smith <psmith@gnu.org> * gmk-default.scm (to-string-maybe): Variables map to empty strings. |