renaming rust_load_self to rust_current_exe
This commit is contained in:
parent
47ad1cdf56
commit
0e69e64dda
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ int rust_get_argv_zero(void* p, size_t* sz)
|
|||
return 0;
|
||||
}
|
||||
|
||||
const char * rust_load_self()
|
||||
const char * rust_current_exe()
|
||||
{
|
||||
static char *self = NULL;
|
||||
char *argv0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue