Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
7597fc25a2743d49500926a286da71f8e033936c
/
.
/
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
);
}