Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58080
b: refs/heads/master
c: d2fd899
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jun 28, 2007
1 parent 249547a commit c0cdde9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0887eedb4498e20e7895508b7af8e419e397405
refs/heads/master: d2fd89962cd5de6b1fb9c1c789b56bc16f58f121
3 changes: 2 additions & 1 deletion trunk/include/linux/eventfd.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ int eventfd_signal(struct file *file, int n);
#else /* CONFIG_EVENTFD */

#define eventfd_fget(fd) ERR_PTR(-ENOSYS)
#define eventfd_signal(f, n) 0
static inline int eventfd_signal(struct file *file, int n)
{ return 0; }

#endif /* CONFIG_EVENTFD */

Expand Down

0 comments on commit c0cdde9

Please sign in to comment.