From 6faf55c86d9b86f40de8d19970e42cb42a892c47 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 23 Feb 2024 21:22:08 -0700 Subject: loader: rename gfx_interp_md to gfx_interp_ref We have the call to gfx_interp_ref to bring in the .o so that we get the linker set item to add the language bindings at the right time. Where we call it is not the right time... So the _ref name is better. Change it before we have too many others like it. Sponsored by: Netflix --- stand/liblua/gfx_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stand/liblua') diff --git a/stand/liblua/gfx_utils.c b/stand/liblua/gfx_utils.c index 8d2aaacbd688..301cd9cb8610 100644 --- a/stand/liblua/gfx_utils.c +++ b/stand/liblua/gfx_utils.c @@ -242,7 +242,7 @@ luaopen_gfx(lua_State *L) } void -gfx_interp_md(void) +gfx_interp_ref(void) { } -- cgit v1.3