summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-16 09:15:05 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-16 09:15:05 +0000
commit9beaf2987dfc53dc150ac8c22336ea5046da005c (patch)
tree691df5aca5967b5827c7040fc579230a4d674500 /third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h
parent59e2c39984b9a34bbb72db1f3a02be171dc9726d (diff)
downloadchromium_src-9beaf2987dfc53dc150ac8c22336ea5046da005c.zip
chromium_src-9beaf2987dfc53dc150ac8c22336ea5046da005c.tar.gz
chromium_src-9beaf2987dfc53dc150ac8c22336ea5046da005c.tar.bz2
Revert 38882 - Land http://codereview.chromium.org/576001 again temporarily.
TBR=jar,antonm Review URL: http://codereview.chromium.org/596083 TBR=glider@chromium.org Review URL: http://codereview.chromium.org/604063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h')
-rw-r--r--third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h b/third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h
index 05701e7..5650c86 100644
--- a/third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h
+++ b/third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h
@@ -49,11 +49,6 @@
#elif defined(HAVE_UCONTEXT_H)
#include <ucontext.h> // for ucontext_t
#elif defined(HAVE_CYGWIN_SIGNAL_H)
-// cygwin/signal.h has a buglet where it uses pthread_attr_t without
-// #including <pthread.h> itself. So we have to do it.
-# ifdef HAVE_PTHREAD
-# include <pthread.h>
-# endif
#include <cygwin/signal.h>
typedef ucontext ucontext_t;
#endif