We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d187409 commit 612cfc0Copy full SHA for 612cfc0
overlays/patches/ghc/win-add-tzset-to-rtssyms.patch
@@ -2,7 +2,7 @@ diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c
2
index 10efb2a..d8ea070 100644
3
--- a/rts/RtsSymbols.c
4
+++ b/rts/RtsSymbols.c
5
-@@ -163,7 +163,11 @@ extern char **environ;
+@@ -163,7 +163,12 @@ extern char **environ;
6
SymI_HasProto(__mingw_vfprintf) \
7
/* ^^ Need to figure out why this is needed. */ \
8
SymI_HasProto(closure_sizeW_) \
@@ -11,7 +11,8 @@ index 10efb2a..d8ea070 100644
11
+ SymI_NeedsProto(_tzset) \
12
+ /* ^^ This one needed for time, tzset deprecated */\
13
+ SymI_NeedsProto(tzset) \
14
-+ /* ^^ This one needed for unix-time */
++ SymI_HasProto(strtoll) \
15
++ /* ^^ These two are needed for unix-time */
16
#else
17
#define RTS_MINGW_ONLY_SYMBOLS /**/
18
#endif
0 commit comments