Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258981
b: refs/heads/master
c: f956b3e
h: refs/heads/master
i:
  258979: e57c144
v: v3
  • Loading branch information
Richard Weinberger authored and Linus Torvalds committed Jul 26, 2011
1 parent f666bc7 commit 7203d4e
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 22e9b917ab7ccd98046ad9428fb28967f0744605
refs/heads/master: f956b3e40ad7b9f7c0d33b80fe78f57fedb74f49
5 changes: 5 additions & 0 deletions trunk/arch/um/os-Linux/user_syms.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,8 @@ EXPORT_SYMBOL(__stack_smash_handler);

extern long __guard __attribute__((weak));
EXPORT_SYMBOL(__guard);

#ifdef _FORTIFY_SOURCE
extern int __sprintf_chk(char *str, int flag, size_t strlen, const char *format);
EXPORT_SYMBOL(__sprintf_chk);
#endif

0 comments on commit 7203d4e

Please sign in to comment.