mirror of
https://github.com/ziglang/zig.git
synced 2026-01-31 03:33:37 +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)