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

Unified Diff: third_party/libevent/evsignal.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/evsignal.h
diff --git a/third_party/libevent/evsignal.h b/third_party/libevent/evsignal.h
index 8be9cbdb0f2989f91352728ee701e5c7dfdf6f4b..076cd8dae33f625cb835e3c431081fc8950c2211 100644
--- a/third_party/libevent/evsignal.h
+++ b/third_party/libevent/evsignal.h
@@ -43,7 +43,7 @@ struct evsignal_info {
#endif
int sh_old_max;
};
-void evsignal_init(struct event_base *);
+int evsignal_init(struct event_base *);
void evsignal_process(struct event_base *);
int evsignal_add(struct event *);
int evsignal_del(struct event *);

Powered by Google App Engine
This is Rietveld 408576698