Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-05-21 13:03:38 +0400
committerCorinna Vinschen <corinna@vinschen.de>2001-05-21 13:03:38 +0400
commitb62456f42fc0ae96c6adb4df502574c370b40ed3 (patch)
tree9dee63a0a855e0dc68f47a87e5f64e133438ae31 /winsup/testsuite/winsup.api/mmaptest03.c
parent60be3f0066c8b884879981d053ffef40a2a93865 (diff)
* winsup.api/mmaptest01.c: Add log output.
* winsup.api/mmaptest02.c: Write log output to stdout. * winsup.api/mmaptest03.c: Ditto.
Diffstat (limited to 'winsup/testsuite/winsup.api/mmaptest03.c')
-rw-r--r--winsup/testsuite/winsup.api/mmaptest03.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/mmaptest03.c b/winsup/testsuite/winsup.api/mmaptest03.c
index 6cff97106..544e3e43c 100644
--- a/winsup/testsuite/winsup.api/mmaptest03.c
+++ b/winsup/testsuite/winsup.api/mmaptest03.c
@@ -23,7 +23,7 @@ char const line[] = "y1 y1 y1 y1 y1 y1 y1 y1 y1 y1 y1 y1 y1 y1 y1 y1 y1";
void
perror_exit (char *str)
{
- perror (str);
+ printf ("%s: %s\n", str, strerror (errno));
exit (1);
}