Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72155
b: refs/heads/master
c: fa2eae9
h: refs/heads/master
i:
  72153: 76f162e
  72151: 2513f2f
v: v3
  • Loading branch information
Matt Waddel authored and Linus Torvalds committed Oct 23, 2007
1 parent bc0f672 commit abaa8bc
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 151941a800fd9598d38f8b5a73de0471afe66507
refs/heads/master: fa2eae93a591b392d1056f95024516cede916ad4
4 changes: 3 additions & 1 deletion trunk/include/asm-m68knommu/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,12 @@ static inline long strnlen_user(const char *src, long n)
*/

static inline unsigned long
clear_user(void *to, unsigned long n)
__clear_user(void *to, unsigned long n)
{
memset(to, 0, n);
return 0;
}

#define clear_user(to,n) __clear_user(to,n)

#endif /* _M68KNOMMU_UACCESS_H */

0 comments on commit abaa8bc

Please sign in to comment.