Call real pthread_attr_getstack instead of the interceptor
commit9d5ba7f7440fc6f6181d47d305473f1beb0f9fcb
authorKostya Serebryany <kcc@google.com>
Fri, 22 Nov 2013 10:44:31 +0000 (22 10:44 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 22 Nov 2013 10:44:31 +0000 (22 10:44 +0000)
treef975cfed89f7f2656e8fc92ac94c83334c13803a
parent84ffc5dbc259991e87f288c613fa0c199441e47a
Call real pthread_attr_getstack instead of the interceptor

Summary:
Call real pthread_attr_getstack instead of the interceptor
when we do intercept pthread_attr_getstack.

Reviewers: samsonov, eugenis

Reviewed By: samsonov

CC: llvm-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D2237

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@195441 91177308-0d34-0410-b5e6-96231b3b80d8
lib/sanitizer_common/sanitizer_common_interceptors.inc
lib/sanitizer_common/sanitizer_linux_libcdep.cc