You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc][test] split exit tests into two separate tests
_Exit(3) is a fairly simple syscall wrapper whereas exit(3) calls
atexit-registered functions + whole lot of stuff that require support for sync
primitives.
Splitting the tests allows testing the former easily (especially for new port
projects)
Signed-off-by: Shreeyash Pandey <[email protected]>
0 commit comments