summaryrefslogtreecommitdiff
path: root/libc/misc/file/issetugid.c
blob: 6756a1e85c248c252d70505ced92270e25e573a3 (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright (C) 2013 Gentoo Foundation
 * Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
 */

#include <unistd.h>

int issetugid(void)
{
	return _pe_secure;
}