Sign in
mojo
/
mojo-tools
/
ed4bdf2b045dcf76699eb5095f037df4b8750a28
/
.
/
fusl
/
src
/
linux
/
vhangup.c
blob: 020307150605a0e939b3b7ba0ecb33c3d54d81fe [
file
]
#define
_GNU_SOURCE
#include
<unistd.h>
#include
"syscall.h"
int
vhangup
(
void
)
{
return
syscall
(
SYS_vhangup
);
}