Skip to content

Commit

Permalink
um: trim unused junk from user.h
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Al Viro authored and Richard Weinberger committed Nov 2, 2011
1 parent 9e63645 commit 16b7c57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/um/include/shared/user.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ static inline int printk(const char *fmt, ...)
}
#endif

extern void schedule(void);
extern int in_aton(char *str);
extern int open_gdb_chan(void);
extern size_t strlcpy(char *, const char *, size_t);
extern size_t strlcat(char *, const char *, size_t);

Expand Down

0 comments on commit 16b7c57

Please sign in to comment.