File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 37
37
\item ISO 8601:2004, \doccite {Data elements and interchange formats ---
38
38
Information interchange --- Representation of dates and times}
39
39
\item ISO/IEC 9899:2018, \doccite {Programming languages --- C}
40
- \item ISO/IEC 9945:2003 , \doccite {Information Technology --- Portable
40
+ \item ISO/IEC/IEEE 9945:2009 , \doccite {Information Technology --- Portable
41
41
Operating System Interface (POSIX
42
42
\begin {footnote }
43
43
POSIX\textregistered \ is a registered trademark of
46
46
does not constitute an endorsement by ISO or IEC of this product.
47
47
\end {footnote }%
48
48
)}
49
+ \item ISO/IEC/IEEE 9945:2009/Cor 1:2013, \doccite {Information Technology --- Portable
50
+ Operating System Interface (POSIX), Technical Corrigendum 1}
51
+ \item ISO/IEC/IEEE 9945:2009/Cor 1:2017, \doccite {Information Technology --- Portable
52
+ Operating System Interface (POSIX), Technical Corrigendum 2}
49
53
\item ISO/IEC 10646, \doccite {Information technology ---
50
54
Universal Coded Character Set (UCS)}
51
55
\item ISO/IEC 10646:2003,
Original file line number Diff line number Diff line change 11866
11866
a pathname to a particular file in a file hierarchy. There may be multiple
11867
11867
pathnames that resolve to the same file.
11868
11868
\begin {example }
11869
- POSIX specifies the mechanism in section 4.11 , Pathname resolution.
11869
+ POSIX specifies the mechanism in section 4.12 , Pathname resolution.
11870
11870
\end {example }
11871
11871
11872
11872
\begin {codeblock }
14742
14742
construction of a \tcode {directory_iterator} for the directory, it is
14743
14743
unspecified whether or not subsequently incrementing the iterator will ever
14744
14744
result in an iterator referencing the removed or added directory entry. See
14745
- POSIX \tcode {readdir_r }.
14745
+ POSIX \tcode {readdir }.
14746
14746
\end {note }
14747
14747
14748
14748
\rSec 3[fs.dir.itr.members]{Members}
Original file line number Diff line number Diff line change 2306
2306
or to a namespace within namespace
2307
2307
\tcode {posix}
2308
2308
unless otherwise specified. The namespace \tcode {posix} is reserved for use by
2309
- ISO/IEC 9945 and other POSIX standards.
2309
+ ISO/IEC/IEEE 9945 and other POSIX standards.
2310
2310
2311
2311
\rSec 4[namespace.future]{Namespaces for future standardization}
2312
2312
You can’t perform that action at this time.
0 commit comments