move _mount.c from lib/posix to lib/other

This commit is contained in:
David van Moolenbroek 2009-08-13 09:55:50 +00:00
parent f50d94b793
commit aae63b5410
3 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@ libc_FILES=" \
_getsysinfo.c \
_lseek64.c \
_mapdriver5.c \
_mount.c \
_reboot.c \
_sbrk.c \
_seekdir.c \

View File

@ -54,7 +54,6 @@ libc_FILES=" \
_mkdir.c \
_mkfifo.c \
_mknod.c \
_mount.c \
_mmap.c \
_open.c \
_opendir.c \