Skip to content

Commit 0e69e64

Browse files
author
Dave Huseby
committed
renaming rust_load_self to rust_current_exe
1 parent 47ad1cd commit 0e69e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_builtin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ int rust_get_argv_zero(void* p, size_t* sz)
406406
return 0;
407407
}
408408

409-
const char * rust_load_self()
409+
const char * rust_current_exe()
410410
{
411411
static char *self = NULL;
412412
char *argv0;

0 commit comments

Comments
 (0)