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

@@ -38,9 +38,6 @@ extern int sscanf(const char * buf, const char * fmt, ...);
extern int osnum;
int copy_from_user(void *dst, const void *src, size_t siz);
int copy_to_user(void *dst, const void *src, size_t siz);
static void
procfs_thread_ctl(struct thread *thread, int msg)
{