summaryrefslogtreecommitdiffstats
path: root/ipc/chromium/src/third_party/libevent/solaris/event2/event-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/chromium/src/third_party/libevent/solaris/event2/event-config.h')
-rw-r--r--ipc/chromium/src/third_party/libevent/solaris/event2/event-config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipc/chromium/src/third_party/libevent/solaris/event2/event-config.h b/ipc/chromium/src/third_party/libevent/solaris/event2/event-config.h
index 73000106b..cc4fb1eb1 100644
--- a/ipc/chromium/src/third_party/libevent/solaris/event2/event-config.h
+++ b/ipc/chromium/src/third_party/libevent/solaris/event2/event-config.h
@@ -417,11 +417,7 @@
#define _EVENT_SIZEOF_LONG_LONG 8
/* The size of `pthread_t', as computed by sizeof. */
-#ifdef __LP64__
-#define _EVENT_SIZEOF_PTHREAD_T 8
-#else
#define _EVENT_SIZEOF_PTHREAD_T 4
-#endif
/* The size of `short', as computed by sizeof. */
#define _EVENT_SIZEOF_SHORT 2