|
1
|
// SPDX-License-Identifier: GPL-3.0-or-later |
|
2
|
|
|
3
|
#ifndef NETDATA_GETGROUPLIST_H |
|
4
|
#define NETDATA_GETGROUPLIST_H |
|
5
|
|
|
6
|
#include <unistd.h> |
|
7
|
int os_getgrouplist(const char *username, gid_t gid, gid_t *supplementary_groups, int *ngroups); |
|
8
|
|
|
9
|
#endif //NETDATA_GETGROUPLIST_H |