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