mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 11:30:56 +08:00
Cygwin: testsuite: Remove const from writable string in fcntl07b
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
328258eba4
commit
04326f999b
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user