Crinit -- Configurable Rootfs Init
|
Implementation of a mock function for mount(). More...
Functions | |
int | __wrap_mount (const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) |
Implementation of a mock function for mount().
int __wrap_mount | ( | const char * | source, |
const char * | target, | ||
const char * | filesystemtype, | ||
unsigned long | mountflags, | ||
const void * | data | ||
) |
Mock function for mount().
Does nothing.