Cygwin: testsuite: Remove const from writable string in fcntl07b

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
This commit is contained in:
Jon Turney 2023-07-08 15:28:47 +01:00
parent 328258eba4
commit 04326f999b
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 1 additions and 1 deletions

View File

@ -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"