summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common_syscalls.inc
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2013-07-15 16:11:39 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2013-07-15 16:11:39 +0000
commiteaca82cf249021afa31dbc970278f2f28ea2a1aa (patch)
tree56c6b850c9f194d669885b62f220084611095151 /lib/sanitizer_common/sanitizer_common_syscalls.inc
parent098c58fc48a934dd51df31e92efa236a5e1916e2 (diff)
Fix check_lint warnings in sanitizers' runtime libraries
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@186328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_common_syscalls.inc')
-rw-r--r--lib/sanitizer_common/sanitizer_common_syscalls.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sanitizer_common/sanitizer_common_syscalls.inc b/lib/sanitizer_common/sanitizer_common_syscalls.inc
index 8d53b334f..5a8b13fe4 100644
--- a/lib/sanitizer_common/sanitizer_common_syscalls.inc
+++ b/lib/sanitizer_common/sanitizer_common_syscalls.inc
@@ -161,7 +161,6 @@ POST_SYSCALL(clock_getres)(long res, int clk_id,
struct sanitizer_kernel_timespec *tp) {
if (res == 0 && tp) POST_WRITE(tp, sizeof(*tp));
}
-
} // extern "C"
#undef PRE_SYSCALL