issetugid.c 190 B

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