ucspi-ssl
0.12.7
ucspi-ssl
ucspi-ssl-0.12.7
compile
chkshsgr.c
Go to the documentation of this file.
1
/* Public domain. */
2
3
#include <sys/types.h>
4
#include <unistd.h>
5
#include "
exit.h
"
6
7
int
main
()
8
{
9
short
x[4];
10
11
x[0] = x[1] = 0;
12
if
(getgroups(1,x) == 0)
if
(setgroups(1,x) == -1)
_exit
(1);
13
_exit
(0);
14
}
main
int main()
Definition:
chkshsgr.c:7
_exit
void _exit()
exit.h
Generated on Mon May 15 2023 22:17:00 for ucspi-ssl by
1.9.1