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 2: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 11869
11869
a pathname to a particular file in a file hierarchy. There may be multiple
11870
11870
pathnames that resolve to the same file.
11871
11871
\begin {example }
11872
- POSIX specifies the mechanism in section 4.11 , Pathname resolution.
11872
+ POSIX specifies the mechanism in section 4.12 , Pathname resolution.
11873
11873
\end {example }
11874
11874
11875
11875
\begin {codeblock }
14765
14765
construction of a \tcode {directory_iterator} for the directory, it is
14766
14766
unspecified whether or not subsequently incrementing the iterator will ever
14767
14767
result in an iterator referencing the removed or added directory entry. See
14768
- POSIX \tcode {readdir_r }.
14768
+ POSIX \tcode {readdir }.
14769
14769
\end {note }
14770
14770
14771
14771
\rSec 3[fs.dir.itr.members]{Members}
Original file line number Diff line number Diff line change 2307
2307
or to a namespace within namespace
2308
2308
\tcode {posix}
2309
2309
unless otherwise specified. The namespace \tcode {posix} is reserved for use by
2310
- ISO/IEC 9945 and other POSIX standards.
2310
+ ISO/IEC/IEEE 9945 and other POSIX standards.
2311
2311
2312
2312
\rSec 4[namespace.future]{Namespaces for future standardization}
2313
2313
You can’t perform that action at this time.
0 commit comments