Skip to content

Commit 6865d0a

Browse files
committed
Rebase
1 parent 22ea093 commit 6865d0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ SANITIZER_WEAK_IMPORT void *aligned_alloc(__sanitizer::usize __alignment,
210210
#define SANITIZER_INTERCEPT_PREAD64 (SI_GLIBC || SI_SOLARIS32)
211211
#define SANITIZER_INTERCEPT_PWRITE64 (SI_GLIBC || SI_SOLARIS32)
212212

213+
#define SANITIZER_INTERCEPT_LSEEK64 (SI_GLIBC || SI_SOLARIS32)
214+
213215
#define SANITIZER_INTERCEPT_READV SI_POSIX
214216
#define SANITIZER_INTERCEPT_WRITEV SI_POSIX
215217

0 commit comments

Comments
 (0)