1
0
Fork 0

um: trim unused junk from user.h

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
hifive-unleashed-5.1
Al Viro 2011-08-18 20:01:59 +01:00 committed by Richard Weinberger
parent 9e636452d0
commit 16b7c5737d
1 changed files with 0 additions and 2 deletions

View File

@ -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);