mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-05 04:02:28 +00:00
Remove __threaded variable
This commit is contained in:
parent
01b09bc817
commit
cf1559c448
15 changed files with 51 additions and 71 deletions
|
@ -48,7 +48,6 @@ void *ForceThreadingMode(void *arg) {
|
|||
}
|
||||
|
||||
TEST(pthread_atfork, test) {
|
||||
__enable_threads();
|
||||
SPAWN(fork);
|
||||
ASSERT_EQ(0, pthread_atfork(prepare1, parent1, child1));
|
||||
ASSERT_EQ(0, pthread_atfork(prepare2, parent2, child2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue