| Index: third_party/tcmalloc/chromium/src/base/basictypes.h
|
| ===================================================================
|
| --- third_party/tcmalloc/chromium/src/base/basictypes.h (revision 88335)
|
| +++ third_party/tcmalloc/chromium/src/base/basictypes.h (working copy)
|
| @@ -109,7 +109,7 @@
|
| // Also allow for printing of a pthread_t.
|
| #define GPRIuPTHREAD "lu"
|
| #define GPRIxPTHREAD "lx"
|
| -#if defined(__CYGWIN__) || defined(__CYGWIN32__) || defined(__APPLE__)
|
| +#if defined(__CYGWIN__) || defined(__CYGWIN32__) || defined(__APPLE__) || defined(__FreeBSD__)
|
| #define PRINTABLE_PTHREAD(pthreadt) reinterpret_cast<uintptr_t>(pthreadt)
|
| #else
|
| #define PRINTABLE_PTHREAD(pthreadt) pthreadt
|
|
|