From cd8a6231d084ee9ce0a7a285f99dc5721d1f4317 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 24 Feb 2026 18:24:29 +0200 Subject: [PATCH] tuklib_open_stdxxx: Fix a typo in macro name It doesn't matter in this package, but it's good to fix it still. Fixes: https://github.com/dotnet/runtime/pull/124003#discussion_r2782313660 --- src/common/tuklib_open_stdxxx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tuklib_open_stdxxx.h b/src/common/tuklib_open_stdxxx.h index 3ee3ade3..89a7b91b 100644 --- a/src/common/tuklib_open_stdxxx.h +++ b/src/common/tuklib_open_stdxxx.h @@ -15,7 +15,7 @@ #include "tuklib_common.h" TUKLIB_DECLS_BEGIN -#define tuklib_open_stdxx TUKLIB_SYMBOL(tuklib_open_stdxxx) +#define tuklib_open_stdxxx TUKLIB_SYMBOL(tuklib_open_stdxxx) extern void tuklib_open_stdxxx(int err_status); TUKLIB_DECLS_END