renaming rust_load_self to rust_current_exe

This commit is contained in:
Dave Huseby 2015-02-06 18:16:58 -08:00
parent 47ad1cdf56
commit 0e69e64dda

View file

@ -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;