Redundant declarations for `environ`
The unconditional declaration of environ
in RtsSymbols.c
is resulting in build failures when -Werror=redundant-decls
is enabled and libc
already provides a declaration in <unistd.h>
. We should guard the declaration in RtsSymbols.c
with a configure
check.
- Show closed items
Relates to
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Ben Gamari marked this issue as related to #20577 (closed)
marked this issue as related to #20577 (closed)
- Ben Gamari marked this issue as related to #20512 (closed)
marked this issue as related to #20512 (closed)
- ghc-triage-bot added needs triage label
added needs triage label
- Ben Gamari added Pnormal RTS Tbug ghc build failure labels and removed needs triage label
added Pnormal RTS Tbug ghc build failure labels and removed needs triage label
- Ben Gamari mentioned in commit 3fab6ea9
mentioned in commit 3fab6ea9
- Ben Gamari mentioned in merge request !7244 (closed)
mentioned in merge request !7244 (closed)
- Ben Gamari mentioned in commit c4b44a21
mentioned in commit c4b44a21
- Ben Gamari mentioned in commit 3432ef82
mentioned in commit 3432ef82
- Ben Gamari mentioned in commit ec8220b3
mentioned in commit ec8220b3
- Ben Gamari mentioned in commit e4ee9d30
mentioned in commit e4ee9d30
- Matthew Pickering assigned to @bgamari
assigned to @bgamari
- Ben Gamari mentioned in commit b8740d98
mentioned in commit b8740d98
- Ben Gamari mentioned in commit 77fa1f3b
mentioned in commit 77fa1f3b
- Ben Gamari mentioned in commit c09a535c
mentioned in commit c09a535c
- Ben Gamari mentioned in commit 4526ad4f
mentioned in commit 4526ad4f
- Ben Gamari closed with commit 247cd336
closed with commit 247cd336
- Ben Gamari mentioned in commit 247cd336
mentioned in commit 247cd336
- Ben Gamari mentioned in commit a56a4d9d
mentioned in commit a56a4d9d
- Ben Gamari mentioned in commit 8ce6a372
mentioned in commit 8ce6a372
- Ben Gamari mentioned in commit 8ad92070
mentioned in commit 8ad92070
- Ben Gamari mentioned in commit 22f688e0
mentioned in commit 22f688e0
- Ben Gamari mentioned in commit e3886ed1
mentioned in commit e3886ed1
- Ben Gamari mentioned in commit d5516145
mentioned in commit d5516145
- Ben Gamari mentioned in issue #23759 (closed)
mentioned in issue #23759 (closed)