mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
This issue with atexit() functions after forking isn't isolated to linux I'm sure, the proper way to do this when linking libc is to use _exit(2)
This issue with atexit() functions after forking isn't isolated to linux I'm sure, the proper way to do this when linking libc is to use _exit(2)