projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a34be83
)
Declare another couple of compat syscalls.
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 14 May 2007 03:47:47 +0000
(13:47 +1000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 14 May 2007 19:16:01 +0000
(12:16 -0700)
compat_sys_signalfd and compat_sys_timerfd need declarations before
PowerPC can wire them up.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/compat.h
patch
|
blob
|
history
diff --git
a/include/linux/compat.h
b/include/linux/compat.h
index 636502c02734beedee6e3a65435f129219b85ddd..0e69d2cf14aa0c204e21edb26bd12191ee818b3e 100644
(file)
--- a/
include/linux/compat.h
+++ b/
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 */