[sanitizer] Fix wrong size of OFF_T on 32-bit platforms.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 7 Feb 2013 07:37:12 +0000 (07:37 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 7 Feb 2013 07:37:12 +0000 (07:37 +0000)
commit8268785f44dd24968414504b7f8b88f16e2dd7f7
treefa34fa0f1a5086235c21eb82db2b7ceba713427c
parentac4f444e399089b1496c783ea2bd93f09a097f4a
[sanitizer] Fix wrong size of OFF_T on 32-bit platforms.

This broke pread/pwrite interceptors when building without
-D_FILE_OFFSET_BITS=64, and always on Android.

llvm-svn: 174593
compiler-rt/lib/interception/CMakeLists.txt
compiler-rt/lib/interception/interception.h
compiler-rt/lib/interception/interception_type_test.cc [new file with mode: 0644]