OSDN Git Service

test: disable librt shmtest on non-MMU systems
[uclinux-h8/uClibc.git] / libc / misc / file / issetugid.c
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
7 int issetugid(void)
8 {
9         return _pe_secure;
10 }