[PATCH] timerfd: arch, arm -- Add sys_timerfd related syscalls
Cyrill Gorcunov
gorcunov at openvz.org
Mon Jun 30 22:59:38 PDT 2014
CC: Christopher Covington <cov at codeaurora.org>
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
arch/arm/syscall.def | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/syscall.def b/arch/arm/syscall.def
index f37f8066eb36..24df6745ee43 100644
--- a/arch/arm/syscall.def
+++ b/arch/arm/syscall.def
@@ -93,3 +93,5 @@ kcmp 272 378 (pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned
openat 56 322 (int dirfd, const char *pathname, int flags, mode_t mode)
mkdirat 34 323 (int dirfd, const char *pathname, mode_t mode)
unlinkat 35 328 (int dirfd, const char *pathname, int flags)
+clock_gettime 113 263 (const clockid_t which_clock, const struct timespec *tp)
+timerfd_settime 86 353 (int ufd, int flags, const struct itimerspec *utmr, struct itimerspec *otmr)
--
1.9.3
--Qxx1br4bt0+wmkIi--
More information about the CRIU
mailing list