1 /* Copyright (C) 2013 Gentoo Foundation 2 * Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball. 3 */ 4 5 #include <unistd.h> 6 issetugid(void)7 int issetugid(void) 8 { 9 return _pe_secure; 10 } 11