From aae63b5410b6c87fdc7affc5731afc27bfe34b10 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Thu, 13 Aug 2009 09:55:50 +0000 Subject: [PATCH] move _mount.c from lib/posix to lib/other --- lib/other/Makefile.in | 1 + lib/{posix => other}/_mount.c | 0 lib/posix/Makefile.in | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename lib/{posix => other}/_mount.c (100%) 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 \ -- 2.44.0