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