diff options
Diffstat (limited to 'test/args')
-rw-r--r-- | test/args/arg_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/args/arg_test.c b/test/args/arg_test.c index 86f3157..3408a98 100644 --- a/test/args/arg_test.c +++ b/test/args/arg_test.c @@ -13,7 +13,7 @@ int main(int argc, char **argv) { int i=0; - char** index=__environ; + char** index=environ; #ifdef __powerpc__ { |