]> Zhao Yanbai Git Server - minix.git/commit
Prefix libc (u)mount with minix_
authorLionel Sambuc <lionel@minix3.org>
Mon, 17 Mar 2014 13:01:22 +0000 (14:01 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:23 +0000 (17:05 +0200)
commit78cfc9712b4aeddee6126ca794fd47b59a98bcf7
treefe6d63853322fdc6d3b9bb12928b0e53a11d187e
parent307904234cc729a8bd7f44b3c054e7b7b5c7fb24
Prefix libc (u)mount with minix_

The goal is to prevent a name collision with the expected mount/umount
function signatures, if we decide one day to allow any application
using those to work on MINIX.

At this moment the caller has to start the required services, but if we
implement that logic inside the mount/unmout function, this would allow
any application to call those function successfully.

By renaming those now, we prevent a possible ABI break in the future.

Change-Id: Iaf6a9472bca0dda6bfe634bdb6029b3aa2e1ea3b
commands/mount/mount.c
commands/umount/umount.c
lib/libc/sys-minix/mount.c
man/man2/mount.2
sys/sys/mount.h