aboutsummaryrefslogtreecommitdiff
path: root/stand/liblua
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-02-24 04:22:08 +0000
committerWarner Losh <imp@FreeBSD.org>2024-02-24 04:22:08 +0000
commit6faf55c86d9b86f40de8d19970e42cb42a892c47 (patch)
tree96636c4bc47cdc36806b92e96281bc2a04251ba2 /stand/liblua
parent48698ead6ff0640098e6aecdd5cbf6ea8f5ac177 (diff)
downloadsrc-6faf55c86d9b86f40de8d19970e42cb42a892c47.tar.gz
src-6faf55c86d9b86f40de8d19970e42cb42a892c47.zip
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
Diffstat (limited to 'stand/liblua')
-rw-r--r--stand/liblua/gfx_utils.c2
1 files changed, 1 insertions, 1 deletions
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)
{
}