mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document O_CTTY.
Addresses bug #49662. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288926 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
55f6c006ca
commit
531a01917e
1 changed files with 7 additions and 0 deletions
|
@ -70,6 +70,13 @@
|
|||
<constant>O_NONBLOCK</constant> - sets non blocking mode.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>O_NOCTTY</constant> - prevent the OS from
|
||||
assigning the opened file as the process's controlling
|
||||
terminal when opening a TTY device file.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue