Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56359
b: refs/heads/master
c: 140ff8b
h: refs/heads/master
i:
  56357: 106e698
  56355: 37ed084
  56351: f9d6002
v: v3
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed May 14, 2007
1 parent 7db79ed commit 827e2d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a34be83a9cfa15d596bfeb498b13380f0544249f
refs/heads/master: 140ff8b0459cac5ade7a42131f561a9ee0fa3cc4
6 changes: 6 additions & 0 deletions trunk/include/linux/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 827e2d2

Please sign in to comment.