Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-umount2.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
6
#ifndef __MOCK_UMOUNT2_H__
7
#define __MOCK_UMOUNT2_H__
8
14
int
__wrap_umount2
(
const
char
*target,
int
flags);
// NOLINT(readability-identifier-naming)
15
// Rationale: Naming scheme fixed due to linker wrapping.
16
17
#endif
/* __MOCK_UMOUNT2_H__ */
__wrap_umount2
int __wrap_umount2(const char *target, int flags)
Definition
mock-umount2.c:13
test
utest
mocks
mock-umount2.h
Generated by
1.9.8