We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f493b commit 54ef6bfCopy full SHA for 54ef6bf
reference/posix/functions/posix-isatty.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- $Revision$ -->
3
-<!-- EN-Revision: 9c166423255b3d5e02f74232f2d05fd3b59d5d62 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 394815225713c1aad0007d80f2c3c3592d085084 Maintainer: hirokawa Status: ready -->
4
<!-- CREDITS: takagi,mumumu -->
5
<refentry xml:id="function.posix-isatty" xmlns="http://docbook.org/ns/docbook">
6
<refnamediv>
@@ -49,6 +49,13 @@
49
</row>
50
</thead>
51
<tbody>
52
+ <row>
53
+ <entry>8.4.0</entry>
54
+ <entry>
55
+ 渡されたファイル記述子やストリームが無効な場合、
56
+ errno (エラー番号) に <constant>EBADF</constant> を設定するようになりました。
57
+ </entry>
58
+ </row>
59
<row>
60
<entry>8.3.0</entry>
61
<entry>
0 commit comments