Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132221
b: refs/heads/master
c: 00699e8
h: refs/heads/master
i:
  132219: 533234a
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and Linus Torvalds committed Mar 12, 2009
1 parent 1040d82 commit 925eef8
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 86d6f2bf61eb2a28fa63c0a19330d36226426477
refs/heads/master: 00699e8472cc0209d57b5c5614bc2ec98e665004
5 changes: 4 additions & 1 deletion trunk/arch/um/os-Linux/user_syms.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#undef memset

extern size_t strlen(const char *);
extern void *memcpy(void *, const void *, size_t);
extern void *memmove(void *, const void *, size_t);
extern void *memset(void *, int, size_t);
extern int printf(const char *, ...);
Expand All @@ -24,7 +23,11 @@ extern int printf(const char *, ...);
EXPORT_SYMBOL(strstr);
#endif

#ifndef __x86_64__
extern void *memcpy(void *, const void *, size_t);
EXPORT_SYMBOL(memcpy);
#endif

EXPORT_SYMBOL(memmove);
EXPORT_SYMBOL(memset);
EXPORT_SYMBOL(printf);
Expand Down

0 comments on commit 925eef8

Please sign in to comment.