summaryrefslogtreecommitdiffstats
path: root/src/libnetdata/os/setresgid.h
blob: fc6d41f9510b1cb0462c903c99eb6ebc724c6be8 (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_SETRESGID_H
#define NETDATA_SETRESGID_H

#include <unistd.h>
int os_setresgid(gid_t gid, gid_t egid, gid_t sgid);

#endif //NETDATA_SETRESGID_H