Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97796
b: refs/heads/master
c: 8bfd04b
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jun 6, 2008
1 parent 50e4c9c commit 2e5ea3e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 40fb16a360d9c6459afee91dc793c1e3374feb94
refs/heads/master: 8bfd04b974689f700bbd053ad6e66b0a95fb80c9
4 changes: 4 additions & 0 deletions trunk/arch/um/sys-x86_64/ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
#include <asm/checksum.h>

/*XXX: we need them because they would be exported by x86_64 */
#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) || __GNUC__ > 4
EXPORT_SYMBOL(memcpy);
#else
EXPORT_SYMBOL(__memcpy);
#endif
EXPORT_SYMBOL(csum_partial);

0 comments on commit 2e5ea3e

Please sign in to comment.