#define _GNU_SOURCE #include #include "syscall.h" int vhangup(void) { return syscall(SYS_vhangup); }