192.html

来自「linux 0.11中文版 有注释」· HTML 代码 · 共 15 行

HTML
15
字号
<html>
<head>
<title>O_NONBLOCK</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.4.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<pre>
<a href='../S/9.html#L92'>O_NONBLOCK</a>         92 fs/fcntl.c           filp-&gt;f_flags &amp;= ~(O_APPEND | O_NONBLOCK);
<a href='../S/9.html#L93'>O_NONBLOCK</a>         93 fs/fcntl.c           filp-&gt;f_flags |= arg &amp; (O_APPEND | O_NONBLOCK);
<a href='../S/29.html#L20'>O_NONBLOCK</a>         20 include/fcntl.h #define O_NDELAY O_NONBLOCK	// 非阻塞方式打开和操作文件。
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?