diff options
Diffstat (limited to 'html/020syscalls.cc.html')
-rw-r--r-- | html/020syscalls.cc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/020syscalls.cc.html b/html/020syscalls.cc.html index ae1ee687..b88a6e8e 100644 --- a/html/020syscalls.cc.html +++ b/html/020syscalls.cc.html @@ -153,7 +153,7 @@ if ('onhashchange' in window) { <span id="L93" class="LineNr"> 93 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L94" class="LineNr"> 94 </span> <span class="Delimiter">}</span> <span id="L95" class="LineNr"> 95 </span> <span class="Normal">if</span> <span class="Delimiter">((</span>flags & O_RDONLY<span class="Delimiter">)</span> && <span class="Delimiter">(</span>flags & O_WRONLY<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L96" class="LineNr"> 96 </span> cerr << <a href='010---vm.cc.html#L395'>HEXWORD</a> << <a href='010---vm.cc.html#L26'>EIP</a> << <span class="Constant">": can't open a file for both reading and writing at once. See <a href="http://man7.org/linux/man-pages/man2/open.2.html">http://man7.org/linux/man-pages/man2/open.2.html</a>.\n"</span><span class="Delimiter">;</span> +<span id="L96" class="LineNr"> 96 </span> cerr << <a href='010---vm.cc.html#L395'>HEXWORD</a> << <a href='010---vm.cc.html#L26'>EIP</a> << <span class="Constant">": can't open a file for both reading and writing at once. See <a href="http://man7.org/linux/man-pages/man2/open.2.html.">http://man7.org/linux/man-pages/man2/open.2.html.</a>\n"</span><span class="Delimiter">;</span> <span id="L97" class="LineNr"> 97 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L98" class="LineNr"> 98 </span> <span class="Delimiter">}</span> <span id="L99" class="LineNr"> 99 </span><span class="Delimiter">}</span> |