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:
Diffstat (limited to 'winsup/testsuite/winsup.api/ltp/symlink01.c')
-rw-r--r--winsup/testsuite/winsup.api/ltp/symlink01.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/testsuite/winsup.api/ltp/symlink01.c b/winsup/testsuite/winsup.api/ltp/symlink01.c
index f202ee2bc..d0ad0d5ac 100644
--- a/winsup/testsuite/winsup.api/ltp/symlink01.c
+++ b/winsup/testsuite/winsup.api/ltp/symlink01.c
@@ -340,7 +340,7 @@ void do_open();
/*
* Lets be optimistic and only define messages for passing test cases
*/
-char *msgs[] = {
+const char *msgs[] = {
"Creation of symbolic link file to no object file is ok",
"Creation of symbolic link file and object file via symbolic link is ok",
"Creating an existing symbolic link file error is caught",
@@ -515,7 +515,7 @@ main(int argc, char *argv[])
int do_syscalltests();
void cleanup();
int lc; /* loop counter */
- char *msg; /* message returned from parse_opts */
+ const char *msg; /* message returned from parse_opts */
/***************************************************************