Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
third_party
/
musl
/
src
/
linux
/
vhangup.c
blob: 020307150605a0e939b3b7ba0ecb33c3d54d81fe [
file
] [
log
] [
blame
]
#define
_GNU_SOURCE
#include
<unistd.h>
#include
"syscall.h"
int
vhangup
(
void
)
{
return
syscall
(
SYS_vhangup
);
}