Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-fstatat.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __MOCK_FSTATAT_H__
7#define __MOCK_FSTATAT_H__
8
9#include <fcntl.h>
10#include <sys/stat.h>
11
17// NOLINTNEXTLINE(readability-identifier-naming) Rationale: Naming scheme fixed due to linker wrapping.
18int __wrap_fstatat(int fd, const char *path, struct stat *buf, int flag);
19
20#endif /* __MOCK_FSTATAT_H__ */
int __wrap_fstatat(int fd, const char *path, struct stat *buf, int flag)
Definition mock-fstatat.c:14