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