]> granicus.if.org Git - strace/commit
Remove parser of unimplemented timerfd syscall
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Apr 2016 17:15:05 +0000 (17:15 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Apr 2016 17:15:05 +0000 (17:15 +0000)
commit126464566d84d5bc2203681a98c58ba79d5f7fe6
tree7d25be833f4e86203a9d568fb65039fc480db503
parente8a8f6d6e80df43e4946fef3882d25dfdf5aa76a
Remove parser of unimplemented timerfd syscall

timerfd syscall was introduced in v2.6.22-rc1, but in v2.6.25-rc1
it was replaced by timerfd_* syscall family.

* linux/avr32/syscallent.h (timerfd): Fix nargs.
* linux/dummy.h (sys_timerfd): Add stub alias.
* time.c (SYS_FUNC(timerfd)): Remove.
linux/avr32/syscallent.h
linux/dummy.h
time.c