Issue 87126
Summary [libc][posix] implement `_exit`
Labels good first issue, libc
Assignees
Reporter nickdesaulniers
    Posix 2008 added _exit which is like exit but it does not call the atexit callbacks.  Looks like we do already support the posix 2008 / c11 `_Exit`, so the implementation is probably the same.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to