diff options
Diffstat (limited to 'winsup/testsuite/winsup.api/ltp/fcntl02.c')
-rw-r--r-- | winsup/testsuite/winsup.api/ltp/fcntl02.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/ltp/fcntl02.c b/winsup/testsuite/winsup.api/ltp/fcntl02.c index 14fc1b61d..cbdd08545 100644 --- a/winsup/testsuite/winsup.api/ltp/fcntl02.c +++ b/winsup/testsuite/winsup.api/ltp/fcntl02.c @@ -123,7 +123,7 @@ extern void cleanup(); -char *TCID="fcntl02"; /* Test program identifier. */ +const char *TCID="fcntl02"; /* Test program identifier. */ int TST_TOTAL=1; /* Total number of test cases. */ extern int Tst_count; /* Test Case counter for tst_* routines */ |