We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a8a7e commit 14a0ec3Copy full SHA for 14a0ec3
stdlib/public/runtime/Paths.cpp
@@ -50,7 +50,7 @@ void _swift_initRuntimePath(void *);
50
void _swift_initRootPath(void *);
51
const char *_swift_getDefaultRootPath();
52
char *_swift_getAuxExePathIn(const char *path, const char *name);
53
-const char *_swift_tryAuxExePath(const char *name, const char *path, ...);
+char *_swift_tryAuxExePath(const char *name, const char *path, ...);
54
55
bool _swift_isPathSep(char ch) {
56
#ifdef _WIN32
@@ -443,7 +443,7 @@ _swift_getAuxExePathIn(const char *path, const char *name)
443
return fullPath;
444
}
445
446
-const char *
+char *
447
_swift_tryAuxExePath(const char *name, const char *path, ...)
448
{
449
va_list val;
0 commit comments