Remove issetugid.

Bug: 14569474
Change-Id: I752c77ed53c724f144f0b618443eb95e87f2929a
diff --git a/libc/upstream-openbsd/android/include/openbsd-compat.h b/libc/upstream-openbsd/android/include/openbsd-compat.h
index bacd1d7..8618e31 100644
--- a/libc/upstream-openbsd/android/include/openbsd-compat.h
+++ b/libc/upstream-openbsd/android/include/openbsd-compat.h
@@ -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