From 827e2d2728e7a27c664da76108cc8be074e84c3f Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 14 May 2007 13:47:47 +1000 Subject: [PATCH] --- yaml --- r: 56359 b: refs/heads/master c: 140ff8b0459cac5ade7a42131f561a9ee0fa3cc4 h: refs/heads/master i: 56357: 106e69803d9d2eb4e1af449f57c3e4f7545345ae 56355: 37ed0844d493c43c667cb270ca72800946c8911a 56351: f9d600237d29b18c280cd5e33234fb413436fc95 v: v3 --- [refs] | 2 +- trunk/include/linux/compat.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8481e1cd33a9..6be3b293ab4a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a34be83a9cfa15d596bfeb498b13380f0544249f +refs/heads/master: 140ff8b0459cac5ade7a42131f561a9ee0fa3cc4 diff --git a/trunk/include/linux/compat.h b/trunk/include/linux/compat.h index 636502c02734..0e69d2cf14aa 100644 --- a/trunk/include/linux/compat.h +++ b/trunk/include/linux/compat.h @@ -261,5 +261,11 @@ asmlinkage long compat_sys_epoll_pwait(int epfd, asmlinkage long compat_sys_utimensat(unsigned int dfd, char __user *filename, struct compat_timespec __user *t, int flags); +asmlinkage long compat_sys_signalfd(int ufd, + const compat_sigset_t __user *sigmask, + compat_size_t sigsetsize); +asmlinkage long compat_sys_timerfd(int ufd, int clockid, int flags, + const struct compat_itimerspec __user *utmr); + #endif /* CONFIG_COMPAT */ #endif /* _LINUX_COMPAT_H */