diff mbox

exec: Remove env from list of poisoned names

Message ID 1374417794-22611-1-git-send-email-sw@weilnetz.de
State Accepted
Headers show

Commit Message

Stefan Weil July 21, 2013, 2:43 p.m. UTC
The global variable env was removed some time ago, so this name may be
used without any restriction now.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 include/exec/poison.h |    1 -
 1 file changed, 1 deletion(-)

Comments

Michael Tokarev July 23, 2013, 5:12 p.m. UTC | #1
21.07.2013 18:43, Stefan Weil wrote:
> The global variable env was removed some time ago, so this name may be
> used without any restriction now.

Thanks, applied to the trivial patches queue.

/mjt
diff mbox

Patch

diff --git a/include/exec/poison.h b/include/exec/poison.h
index 2341a75..a4b1eca 100644
--- a/include/exec/poison.h
+++ b/include/exec/poison.h
@@ -36,7 +36,6 @@ 
 #pragma GCC poison TARGET_PAGE_ALIGN
 
 #pragma GCC poison CPUArchState
-#pragma GCC poison env
 
 #pragma GCC poison lduw_phys
 #pragma GCC poison ldl_phys