提交 25c84449 编写于 作者: R Rich Felker

add vhangup syscall wrapper

request/patch by william haddonthethird, slightly modifed to add
_GNU_SOURCE feature test macro so that the compiler can verify the
prototype matches.
上级 5bc8e845
#define _GNU_SOURCE
#include <unistd.h>
#include "syscall.h"
int vhangup(void)
{
return syscall(SYS_vhangup);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册