Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269987
b: refs/heads/master
c: e0c8ea1
h: refs/heads/master
i:
  269985: d89d507
  269983: e0fe4cf
v: v3
  • Loading branch information
Steve French committed Oct 27, 2011
1 parent ac084c5 commit 5e2e633
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 96814ecb404d587fade79af70bb741bc753e9ffb
refs/heads/master: e0c8ea1a69410ef44043646938a6a4175f5307e4
3 changes: 3 additions & 0 deletions trunk/include/linux/freezer.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ static inline void set_freezable_with_signal(void) {}
#define wait_event_freezable_timeout(wq, condition, timeout) \
wait_event_interruptible_timeout(wq, condition, timeout)

#define wait_event_freezekillable(wq, condition) \
wait_event_killable(wq, condition)

#endif /* !CONFIG_FREEZER */

#endif /* FREEZER_H_INCLUDED */

0 comments on commit 5e2e633

Please sign in to comment.