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
12int __wrap_prctl(int op, ...); // NOLINT(readability-identifier-naming)
13 // Rationale: Naming scheme fixed due to linker wrapping.
14
15#endif /* __MOCK_PRCTL_H__ */
int __wrap_prctl(int op,...)
Definition mock-prctl.c:13