Remove issetugid.

Bug: 14569474
Change-Id: I752c77ed53c724f144f0b618443eb95e87f2929a
This commit is contained in:
Elliott Hughes
2014-05-29 16:04:53 -07:00
parent d4fbb1a861
commit b4e099c6f7
4 changed files with 3 additions and 37 deletions

View File

@@ -31,4 +31,7 @@
#define _X _CTYPE_X
#define _B _CTYPE_B
/* OpenBSD has this, but we can't really implement it correctly on Linux. */
#define issetugid() 0
#endif