WIP: pthread_atfork

WIP mainly because we *should* use thread locals, but #[thread_local]
causes segfaults.
This commit is contained in:
jD91mZM2
2019-04-28 17:14:45 +02:00
parent f9dca89c1f
commit e35f22b3df
5 changed files with 71 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
Hello from prepare
Hello from child
Hello from parent