strerror_r-posix: port to cygwin
authorEric Blake <eblake@redhat.com>
Sat, 5 Feb 2011 19:15:59 +0000 (12:15 -0700)
committerEric Blake <eblake@redhat.com>
Sat, 5 Feb 2011 19:28:29 +0000 (12:28 -0700)
commitcda784e7600c26148888f21fc1300d041b5404bd
tree76ea1a724a30a1a7a801af098e34e8b5a98d8254
parent248223b210c479e6e4fbd31e180c5eda4fd7a6dc
strerror_r-posix: port to cygwin

* lib/strerror_r.c (strerror_r) [__CYGWIN__]: Add cygwin
implementation.
* m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Adjust comment.
* tests/test-strerror_r.c (main): Fix test.
* doc/posix-functions/strerror_r.texi (strerror_r): Document the
issue.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
doc/posix-functions/strerror_r.texi
lib/strerror_r.c
m4/strerror_r.m4
tests/test-strerror_r.c