Sign in
mojo
/
mojo
/
006e65581006bc0328bc0c5c184587b4cd41f75c
/
.
/
fusl
/
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
);
}