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

Unified Diff: third_party/libevent/sample/signal-test.c

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/sample/signal-test.c
diff --git a/third_party/libevent/sample/signal-test.c b/third_party/libevent/sample/signal-test.c
index d04c00e4bf0a73ae0c308c86992d51d17b6ecab7..9a131cb50c249a5a753335a821129bd6486fe66a 100644
--- a/third_party/libevent/sample/signal-test.c
+++ b/third_party/libevent/sample/signal-test.c
@@ -1,6 +1,7 @@
/*
* Compile with:
- * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
+ * cc -I/usr/local/include -o signal-test \
+ * signal-test.c -L/usr/local/lib -levent
*/
#include <sys/types.h>

Powered by Google App Engine
This is Rietveld 408576698