Crinit -- Configurable Rootfs Init
|
Header declaring a mock function for getgrgid_r(). More...
#include <fcntl.h>
#include <grp.h>
#include <stddef.h>
#include <sys/stat.h>
Go to the source code of this file.
Functions | |
int | __wrap_getgrgid_r (gid_t gid, struct group *__restrict resultbuf, char *__restrict buffer, size_t buflen, struct group **__restrict result) |
Header declaring a mock function for getgrgid_r().
int __wrap_getgrgid_r | ( | gid_t | gid, |
struct group *__restrict | resultbuf, | ||
char *__restrict | buffer, | ||
size_t | buflen, | ||
struct group **__restrict | result | ||
) |
Mock function for getgrgid_r().
Checks that the right parameters are given and return a preset value.