diff options
Diffstat (limited to 'third_party/tcmalloc/chromium/src/config_linux.h')
-rw-r--r-- | third_party/tcmalloc/chromium/src/config_linux.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/third_party/tcmalloc/chromium/src/config_linux.h b/third_party/tcmalloc/chromium/src/config_linux.h index 9786b3e..398f303 100644 --- a/third_party/tcmalloc/chromium/src/config_linux.h +++ b/third_party/tcmalloc/chromium/src/config_linux.h @@ -136,7 +136,7 @@ /* Define to 1 if compiler supports __thread */ #define HAVE_TLS 1 -/* <sys/ucontext.h> is broken on redhat 7 */ +/* Define to 1 if you have the <ucontext.h> header file. */ #define HAVE_UCONTEXT_H 1 /* Define to 1 if you have the <unistd.h> header file. */ @@ -145,9 +145,6 @@ /* Define to 1 if you have the <unwind.h> header file. */ #define HAVE_UNWIND_H 1 -/* Define to 1 if you have the <valgrind.h> header file. */ -#undef HAVE_VALGRIND_H - /* define if your compiler has __attribute__ */ #define HAVE___ATTRIBUTE__ 1 |