Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348923
b: refs/heads/master
c: b2ddedc
h: refs/heads/master
i:
  348921: 38ea4ff
  348919: d49b452
v: v3
  • Loading branch information
Al Viro committed Dec 26, 2012
1 parent c039c83 commit f858c25
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a566c288826ad4502e43b59570214f18173d7744
refs/heads/master: b2ddedcd21f44a5873ee3d6ff6118a2318e01e18
2 changes: 1 addition & 1 deletion trunk/kernel/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ compat_sys_rt_sigtimedwait (compat_sigset_t __user *uthese,
sigset_from_compat(&s, &s32);

if (uts) {
if (get_compat_timespec(&t, uts))
if (compat_get_timespec(&t, uts))
return -EFAULT;
}

Expand Down

0 comments on commit f858c25

Please sign in to comment.