commit | b4e099c6f741835b11ecb6f8fd0861b1892ff182 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 29 16:04:53 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu May 29 16:43:01 2014 -0700 |
tree | 3c3e26ef1fa83438fd42aa06ace4b9a553c75c11 | |
parent | d4fbb1a8617285ab1d29324308aa016377fc36f3 [diff] [blame] |
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