]> git.lizzy.rs Git - rust.git/blobdiff - src/rt/rust_builtin.c
Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton
[rust.git] / src / rt / rust_builtin.c
index 6bf86f527390ff97b9a933933501faaa497446fb..b756602ead4f43286408ad769742f79e4fc32934 100644 (file)
@@ -205,7 +205,7 @@ int *__dfly_error(void) { return __error(); }
 #include <sys/sysctl.h>
 #include <limits.h>
 
-const char * rust_load_self() {
+const char * rust_current_exe() {
     static char *self = NULL;
 
     if (self == NULL) {