Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: third_party/libevent/evutil.h

Issue 412006: posix: upgrade libevent from 1.4.7 to 1.4.13 (Closed)
Patch Set: better readme Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libevent/evutil.h
diff --git a/third_party/libevent/evutil.h b/third_party/libevent/evutil.h
index a174e338ad2c1b828d6d738056b0cf28fd493aaa..8b664b94242b56a4352099fdc66667008ce56f95 100644
--- a/third_party/libevent/evutil.h
+++ b/third_party/libevent/evutil.h
@@ -168,6 +168,7 @@ ev_int64_t evutil_strtoll(const char *s, char **endptr, int base);
#ifdef _EVENT_HAVE_GETTIMEOFDAY
#define evutil_gettimeofday(tv, tz) gettimeofday((tv), (tz))
#else
+struct timezone;
int evutil_gettimeofday(struct timeval *tv, struct timezone *tz);
#endif

Powered by Google App Engine
This is Rietveld 408576698