Sign in
cobalt
/
cobalt
/
286dd7840608e9cf78bc4a603ff2ec2ee39750c5
/
.
/
src
/
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
);
}