Skip to content

Commit 32ae3e3

Browse files
nikomatsakisbrson
authored andcommitted
---
yaml --- r: 5693 b: refs/heads/master c: 61c9c46 h: refs/heads/master i: 5691: 2f4fafd v: v3
1 parent 256048a commit 32ae3e3

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 100e0264b2a2e4e7d8f27b4ed25af8cb7b4a8c3c
2+
refs/heads/master: 61c9c46d944beeefb3fa2a6ca5501dbad8590537

trunk/src/rt/rust.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ rust_start(uintptr_t main_fn, int argc, char **argv,
109109

110110
free_env(env);
111111

112-
#if !defined(__WIN32__)
113-
// Don't take down the process if the main thread exits without an
114-
// error.
115-
if (!ret)
116-
pthread_exit(NULL);
117-
#endif
118112
return ret;
119113
}
120114

0 commit comments

Comments
 (0)