Sign in
cobalt
/
cobalt
/
25f5f36f7ec10aaaebdc9eda48cd1423123bdd55
/
.
/
third_party
/
musl
/
src
/
unistd
/
_exit.c
blob: 769948232e46e8be03cd2530f37b60b62d864ae1 [
file
] [
log
] [
blame
]
#include
<unistd.h>
#include
<stdlib.h>
_Noreturn
void
_exit
(
int
status
)
{
_Exit
(
status
);
}