Revision 2d18e637 linux-user/main.c

b/linux-user/main.c
2213 2213
           interp_prefix,
2214 2214
           x86_stack_size,
2215 2215
           DEBUG_LOGFILE);
2216
    _exit(1);
2216
    exit(1);
2217 2217
}
2218 2218

  
2219 2219
THREAD CPUState *thread_env;
......
2335 2335
#if defined(cpu_list)
2336 2336
                    cpu_list(stdout, &fprintf);
2337 2337
#endif
2338
                _exit(1);
2338
                exit(1);
2339 2339
            }
2340 2340
        } else if (!strcmp(r, "drop-ld-preload")) {
2341 2341
            (void) envlist_unsetenv(envlist, "LD_PRELOAD");

Also available in: Unified diff