Skip to content

Commit

Permalink
fix missing vhangup
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
  • Loading branch information
justincormack committed Apr 21, 2016
1 parent f245114 commit 9981190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syscall/linux/c.lua
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ end
function C.timer_gettime(timerid, curr_value) return syscall(sys.timer_gettime, int(timerid), void(curr_value)) end
function C.timer_delete(timerid) return syscall(sys.timer_delete, int(timerid)) end
function C.timer_getoverrun(timerid) return syscall(sys.timer_getoverrun, int(timerid)) end
function C.vhangup() return syscall(sys.vhangup) end

-- only on some architectures
if sys.waitpid then
Expand Down

0 comments on commit 9981190

Please sign in to comment.