diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-07-21 16:43:14 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-07-27 11:22:54 +0400 |
commit | 0dd60ae2f4efd2966e8d6cb7db653d5d17a68c62 (patch) | |
tree | fd3dd140f3ab2e641dfcd88a27e251109aad16fe /include | |
parent | 80cba1b71eb9a75404d1effddec8ffa9f0d6d6fb (diff) |
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 <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include')
-rw-r--r-- | include/exec/poison.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |