ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.c
(Generate patch)

Comparing libev/ev.c (file contents):
Revision 1.108 by root, Mon Nov 12 05:40:55 2007 UTC vs.
Revision 1.109 by root, Mon Nov 12 05:53:55 2007 UTC

893#if EV_MULTIPLICITY 893#if EV_MULTIPLICITY
894struct ev_loop * 894struct ev_loop *
895#else 895#else
896int 896int
897#endif 897#endif
898ev_default_loop (unsigned int methods) 898ev_default_loop (unsigned int flags)
899{ 899{
900 if (sigpipe [0] == sigpipe [1]) 900 if (sigpipe [0] == sigpipe [1])
901 if (pipe (sigpipe)) 901 if (pipe (sigpipe))
902 return 0; 902 return 0;
903 903

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines