add vhangup syscall wrapper
authorRich Felker <dalias@aerifal.cx>
Tue, 19 Jun 2012 19:32:13 +0000 (15:32 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 19 Jun 2012 19:32:13 +0000 (15:32 -0400)
commit25c8444919cc129264f7b7f31090d05403477719
treefa35a68ff49ec26891b9dd134e9638321ec3a299
parent5bc8e845bb4de2c472581136d2268c4bf103bcd4
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.
src/linux/vhangup.c [new file with mode: 0644]