Blame CMake/have_decl_s_irgrp.c

Packit 4aff17
#include <sys/stat.h>
Packit 4aff17
int main (void)
Packit 4aff17
{
Packit 4aff17
	/* This will fail to compile if S_IRGRP doesn't exist. */
Packit 4aff17
	return S_IRGRP ;
Packit 4aff17
}