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