master
h 9 lines 206 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_SETRESGID_H
4 #define NETDATA_SETRESGID_H
5
6 #include <unistd.h>
7 int os_setresgid(gid_t gid, gid_t egid, gid_t sgid);
8
9 #endif //NETDATA_SETRESGID_H