Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins nedprod CI <foo@nowhere>2017-09-13 05:26:40 +0300
committerJenkins nedprod CI <foo@nowhere>2017-09-13 05:26:40 +0300
commite11b4afc3cdd97b5b173c1f6044e65d66890c82e (patch)
tree3d316cdc2f9667635245cce565d23e058b927433
parent2f769965251b394cb177bc17ecb91ebcda48325d (diff)
Travis CI updates documentation
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index cba64c5a..55a150fb 100644
--- a/index.html
+++ b/index.html
@@ -160,8 +160,8 @@ $(document).ready(function(){initNavTree('index.html','');});
<div class="line"><span class="comment">// Begin to asynchronously write &quot;hello world&quot; into the file at offset 0,</span></div>
<div class="line"><span class="comment">// suspending execution of this coroutine until completion and then resuming</span></div>
<div class="line"><span class="comment">// execution. Requires the Coroutines TS.</span></div>
-<div class="line"><span class="keywordtype">char</span> buffer[] = <span class="stringliteral">&quot;hello world&quot;</span>;</div>
-<div class="line">co_await co_write(fh, {{buffer, <span class="keyword">sizeof</span>(buffer)}, 0}).value();</div>
+<div class="line"><span class="keyword">alignas</span>(4096) <span class="keywordtype">char</span> buffer[] = <span class="stringliteral">&quot;hello world&quot;</span>;</div>
+<div class="line">co_await co_write(fh, {{{buffer, <span class="keyword">sizeof</span>(buffer)}}, 0}).value();</div>
</div><!-- fragment --> </td></tr>
</table>
<p>These compilers and OS are regularly tested:</p>