umount#
Synopsis#
#include <sys/mount.h>
int umount(const char *path);
Status#
Declared, not implemented
Conformance#
Phoenix-RTOS specific
Description#
umount()
remove the attachment of the filesystem mounted on target under path.
Return value#
On success, zero is returned. On error, -1
is returned, and errno
is set to indicate the error.
Errors#
No errors are defined.
Tests#
Untested
Known bugs#
None