Chromium Code Reviews| Index: tests/spec2k/300.twolf/diff |
| diff --git a/tests/spec2k/300.twolf/diff b/tests/spec2k/300.twolf/diff |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..325d2a7c1aa64fa7150c2df28c85fb6249183686 |
| --- /dev/null |
| +++ b/tests/spec2k/300.twolf/diff |
| @@ -0,0 +1,12 @@ |
| +diff -Naurb src2/uloop2.c src/uloop2.c |
| +--- src2/uloop2.c 2016-08-12 18:57:33.510089924 -0700 |
| ++++ src/uloop2.c 2016-08-12 18:57:51.278353834 -0700 |
| +@@ -62,7 +62,7 @@ |
| + |
| + fds = 0 ; |
| + if( estimate_feeds ) { |
| +- fds = controlf( 1 ) ; |
| ++ fds = controlf( ) ; |
| + } |
| + |
| + while( attempts < attmax ) { |