Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117595
b: refs/heads/master
c: be5dad2
h: refs/heads/master
i:
  117593: 43fe500
  117591: 91e3efb
v: v3
  • Loading branch information
Thomas Gleixner authored and Arjan van de Ven committed Sep 6, 2008
1 parent fac7594 commit b7d11f0
Show file tree
Hide file tree
Showing 2 changed files with 9 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: b773ad40aca5bd755ba886620842f16e8fef6d75
refs/heads/master: be5dad20a55e054a35dac7f6f5f184dc72b379b4
8 changes: 8 additions & 0 deletions trunk/include/linux/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ struct restart_block {
#endif
u64 expires;
} nanosleep;
/* For poll */
struct {
struct pollfd __user *ufds;
int nfds;
int has_timeout;
unsigned long tv_sec;
unsigned long tv_nsec;
} poll;
};
};

Expand Down

0 comments on commit b7d11f0

Please sign in to comment.