diff options
author | Christopher Faylor <me@cgf.cx> | 2008-06-19 00:02:13 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-06-19 00:02:13 +0000 |
commit | 4f1ed68c5c9f982faf4d4ba13655f351ebf6488b (patch) | |
tree | a7023aa9e3be6048a77d43ad37bbeacbd6b0464c /winsup/cygwin/ChangeLog | |
parent | e81e314651900e629ad40370bc1751d7bce56ac5 (diff) | |
download | cygnal-4f1ed68c5c9f982faf4d4ba13655f351ebf6488b.tar.gz cygnal-4f1ed68c5c9f982faf4d4ba13655f351ebf6488b.tar.bz2 cygnal-4f1ed68c5c9f982faf4d4ba13655f351ebf6488b.zip |
* strsig.cc (strsignal): Return non-const buffer to allow building with recent
newlib change.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 341f6ca12..e3c4e12fc 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2008-06-18 Christopher Faylor <me+cygwin@cgf.cx> + + * strsig.cc (strsignal): Return non-const buffer to allow building with + recent newlib change. + 2008-06-17 Corinna Vinschen <corinna@vinschen.de> * sec_auth.cc (DsGetDcNameA): Drop declaration. |