summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
diff options
context:
space:
mode:
authorSergey Matveev <earthdok@google.com>2014-02-06 15:12:56 +0000
committerSergey Matveev <earthdok@google.com>2014-02-06 15:12:56 +0000
commit0c62992d6e42a92ef02bfcaa1faf2fa7c236fb76 (patch)
tree3971e779fe9071f021358b32cd108826c1ef604e /compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
parent54461eb38953d17a9a9b7aeff90ef59f65884a86 (diff)
downloadbcm5719-llvm-0c62992d6e42a92ef02bfcaa1faf2fa7c236fb76.tar.gz
bcm5719-llvm-0c62992d6e42a92ef02bfcaa1faf2fa7c236fb76.zip
[sanitizer] Intercept getresuid and getresgid.
llvm-svn: 200925
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h')
-rw-r--r--compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
index 55cb0d54223..7097be58a54 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
@@ -34,6 +34,7 @@ namespace __sanitizer {
extern unsigned pid_t_sz;
extern unsigned timeval_sz;
extern unsigned uid_t_sz;
+ extern unsigned gid_t_sz;
extern unsigned mbstate_t_sz;
extern unsigned struct_timezone_sz;
extern unsigned struct_tms_sz;
OpenPOWER on IntegriCloud