From 9ebda74ec5331911881d734b21fbb31c00a0a22f Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Thu, 9 Sep 2021 19:08:46 -0400
Subject: [PATCH] rts/RtsSymbols: Add environ

---
 rts/RtsSymbols.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c
index 2782d3632f58..e8c60d2c07e0 100644
--- a/rts/RtsSymbols.c
+++ b/rts/RtsSymbols.c
@@ -61,6 +61,7 @@
       SymI_HasProto(stg_sig_install)            \
       SymI_HasProto(rtsTimerSignal)             \
       SymI_HasProto(atexit)                     \
+      SymI_NeedsDataProto(environ)              \
       SymI_NeedsDataProto(nocldstop)
 #endif
 
-- 
GitLab