diff --git a/lib/other/Makefile.in b/lib/other/Makefile.in index 61f6c87ad..6a278e29b 100644 --- a/lib/other/Makefile.in +++ b/lib/other/Makefile.in @@ -21,6 +21,7 @@ libc_FILES=" \ _getsysinfo.c \ _lseek64.c \ _mapdriver5.c \ + _mount.c \ _reboot.c \ _sbrk.c \ _seekdir.c \ diff --git a/lib/posix/_mount.c b/lib/other/_mount.c similarity index 100% rename from lib/posix/_mount.c rename to lib/other/_mount.c diff --git a/lib/posix/Makefile.in b/lib/posix/Makefile.in index 1e2bee8b3..9303f1a9f 100644 --- a/lib/posix/Makefile.in +++ b/lib/posix/Makefile.in @@ -54,7 +54,6 @@ libc_FILES=" \ _mkdir.c \ _mkfifo.c \ _mknod.c \ - _mount.c \ _mmap.c \ _open.c \ _opendir.c \