Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-cap_get_bound.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __MOCK_CAP_GET_BOUND_H__
7#define __MOCK_CAP_GET_BOUND_H__
8
9#include <sys/capability.h>
10
14int __wrap_cap_get_bound(cap_value_t capVal); // NOLINT(readability-identifier-naming)
15 // Rationale: Naming scheme fixed due to linker wrapping.
16
17#endif /* __MOCK_CAP_GET_BOUND_H__ */
int __wrap_cap_get_bound(cap_value_t capVal)
Definition mock-cap_get_bound.c:15