aboutsummaryrefslogtreecommitdiff
path: root/winsup/testsuite
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-07-08 15:28:47 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2023-07-14 14:02:39 +0100
commit04326f999b476d07b9c14f2a0ef2e4e9ac5b7e4c (patch)
tree534dbfb7b3270b664e78f23bd3b631f69da5105c /winsup/testsuite
parent328258eba44993f05e6238c4c9b2124e2496fb4d (diff)
downloadnewlib-04326f999b476d07b9c14f2a0ef2e4e9ac5b7e4c.zip
newlib-04326f999b476d07b9c14f2a0ef2e4e9ac5b7e4c.tar.gz
newlib-04326f999b476d07b9c14f2a0ef2e4e9ac5b7e4c.tar.bz2
Cygwin: testsuite: Remove const from writable string in fcntl07b
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Diffstat (limited to 'winsup/testsuite')
-rw-r--r--winsup/testsuite/winsup.api/ltp/fcntl07B.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/ltp/fcntl07B.c b/winsup/testsuite/winsup.api/ltp/fcntl07B.c
index 4e94ff2..db866fd 100644
--- a/winsup/testsuite/winsup.api/ltp/fcntl07B.c
+++ b/winsup/testsuite/winsup.api/ltp/fcntl07B.c
@@ -170,7 +170,7 @@ const char *File1 = DEFAULT_FILE;
#define DEFAULT_SUBPROG "test_open"
const char *openck = DEFAULT_SUBPROG; /* support program name to check for open FD */
-const char subprog_path[_POSIX_PATH_MAX];/* path to exec "openck" with */
+char subprog_path[_POSIX_PATH_MAX];/* path to exec "openck" with */
#define STRSIZE 255
#define FIFONAME "FiFo"