Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-mkdirat.h File Reference

(/usr/bin/git 2025-09-19, commit: 507e44b6)

Header declaring a mock function for mkdirat(). More...

#include <sys/stat.h>
Include dependency graph for mock-mkdirat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int __wrap_mkdirat (int dirfd, const char *pathname, mode_t mode)
 

Detailed Description

Header declaring a mock function for mkdirat().

Function Documentation

◆ __wrap_mkdirat()

int __wrap_mkdirat ( int  dirfd,
const char *  pathname,
mode_t  mode 
)

Mock function for mkdirat().

Checks that the right parameters are given and return a preset pointer.