summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2022-11-09 14:04:16 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2023-01-27 08:16:55 +0000
commite0d9ef66737df07c599fce38ed7cff09ea297dc2 (patch)
tree795e87bb9656f7625b528eb51d5732d3c75e2953
parent7d86db2be74c27223e5fa238f88fc047017eba6f (diff)
downloadhaskell-e0d9ef66737df07c599fce38ed7cff09ea297dc2.tar.gz
Fix RTS build on Windows
This change fixes a cross-compilation issue from ArchLinux to Windows because these symbols weren't found. (cherry picked from commit 288fa0179a2f54e4594afe184eac71cc85c46643)
-rw-r--r--rts/RtsSymbols.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c
index 8e986f8d12..357ea4ddce 100644
--- a/rts/RtsSymbols.c
+++ b/rts/RtsSymbols.c
@@ -170,8 +170,6 @@ extern char **environ;
SymI_NeedsProto(__mingw_module_is_dll) \
RTS_WIN32_ONLY(SymI_NeedsProto(___chkstk_ms)) \
RTS_WIN64_ONLY(SymI_NeedsProto(___chkstk_ms)) \
- RTS_WIN64_ONLY(SymI_HasProto(__stdio_common_vswprintf_s)) \
- RTS_WIN64_ONLY(SymI_HasProto(__stdio_common_vswprintf)) \
RTS_WIN64_ONLY(SymI_HasProto(_errno)) \
/* see Note [Symbols for MinGW's printf] */ \
SymI_HasProto(_lock_file) \