diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-05-26 12:57:15 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-05-26 12:57:15 -0700 |
commit | 7be88c1bf860f4197e3ffac486515d6f1b38c666 (patch) | |
tree | 71b8316f4b2dd2ba296f9ddfd00fa2735e05dd95 /csu/libc-start.c | |
parent | 6afb9c0175006c8060928537842364f83df6fc15 (diff) | |
download | glibc-roland/nacl-exit-stacks.tar.gz |
Diffstat (limited to 'csu/libc-start.c')
-rw-r--r-- | csu/libc-start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/libc-start.c b/csu/libc-start.c index 0afa7c01ba..728769e834 100644 --- a/csu/libc-start.c +++ b/csu/libc-start.c @@ -313,7 +313,7 @@ LIBC_START_MAIN (int (*main) (int, char **, char ** MAIN_AUXVEC_DECL), if (! atomic_decrement_and_test (ptr)) /* Not much left to do but to exit the thread, not the process. */ - __exit_thread (); + __exit_thread (false); } #else /* Nothing fancy, just call the function. */ |