diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 20:23:54 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 20:23:54 +0000 |
commit | 78d4429cef4baac9bcdfc2396ce157016621c416 (patch) | |
tree | ca8e34515c63dd682d9b75b9bfc6113fcb0c2dfd /third_party/libevent/evsignal.h | |
parent | 9101b6b1b3de0a1e3c59325055707c58748651af (diff) | |
download | chromium_src-78d4429cef4baac9bcdfc2396ce157016621c416.zip chromium_src-78d4429cef4baac9bcdfc2396ce157016621c416.tar.gz chromium_src-78d4429cef4baac9bcdfc2396ce157016621c416.tar.bz2 |
posix: upgrade libevent from 1.4.7 to 1.4.13
I took this opportunity to rejigger how we hacked around using an uninstalled
libevent, to remove a TODO that mentioned danger in the README.
Files to review: README.chromium and chromium.patch.
The rest are probably rubber-stampable.
Review URL: http://codereview.chromium.org/412006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libevent/evsignal.h')
-rw-r--r-- | third_party/libevent/evsignal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libevent/evsignal.h b/third_party/libevent/evsignal.h index 8be9cbd..076cd8d 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 *); |