From: Stefan Weil Date: Sun, 21 Jul 2013 14:43:14 +0000 (+0200) Subject: exec: Remove env from list of poisoned names X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~524^2~3^2~345^2~2^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0dd60ae2f4efd2966e8d6cb7db653d5d17a68c62;p=sdk%2Femulator%2Fqemu.git exec: Remove env from list of poisoned names The global variable env was removed some time ago, so this name may be used without any restriction now. Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/include/exec/poison.h b/include/exec/poison.h index 2341a75041..a4b1eca24f 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