mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-20 01:36:46 +08:00
Chanhe the base temp file name to 'rld--'.
This commit is contained in:
@@ -57,7 +57,7 @@ extern int mkstemps (char *, int);
|
||||
|
||||
/* Name of temporary file.
|
||||
mktemp requires 6 trailing X's. */
|
||||
#define TEMP_FILE "ccXXXXXX"
|
||||
#define TEMP_FILE "rld--XXXXXX"
|
||||
#define TEMP_FILE_LEN (sizeof(TEMP_FILE) - 1)
|
||||
|
||||
#if !defined(_WIN32) || defined(__CYGWIN__)
|
||||
|
Reference in New Issue
Block a user