add some prototypes to <memory.h>

This commit is contained in:
NAKAMURA Gou
2016-03-18 21:47:26 +09:00
parent 8f7b9072ea
commit e74eb1dd51
5 changed files with 14 additions and 14 deletions

View File

@ -12,10 +12,7 @@
#include <kmalloc.h>
#include <string.h>
extern int strlen_user(const char *);
extern int strcpy_from_user(char *, const char *);
extern long getlong_user(const void *);
#include <memory.h>
size_t strlen(const char *p)
{