| Index: src/sampler.cc
|
| diff --git a/src/sampler.cc b/src/sampler.cc
|
| index dcb4be72afcd72c1fcb5f93633b765b8ae304dc4..aedf75f69abf9df0f68c13d98978579092caa17a 100644
|
| --- a/src/sampler.cc
|
| +++ b/src/sampler.cc
|
| @@ -14,7 +14,7 @@
|
| #include <sys/time.h>
|
|
|
| #if !V8_OS_QNX
|
| -#include <sys/syscall.h>
|
| +#include <sys/syscall.h> // NOLINT
|
| #endif
|
|
|
| #if V8_OS_MACOSX
|
| @@ -33,7 +33,7 @@
|
| #if V8_OS_ANDROID && !defined(__BIONIC_HAVE_UCONTEXT_T) && \
|
| (defined(__arm__) || defined(__aarch64__)) && \
|
| !defined(__BIONIC_HAVE_STRUCT_SIGCONTEXT)
|
| -#include <asm/sigcontext.h>
|
| +#include <asm/sigcontext.h> // NOLINT
|
| #endif
|
|
|
| #elif V8_OS_WIN || V8_OS_CYGWIN
|
|
|