File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -14313,25 +14313,22 @@
14313
14313
14314
14314
\begin {itemdescr }
14315
14315
\pnum
14316
- Let \tcode {s1} and \tcode {s2} be \tcode {file_status}s, determined
14317
- as if by \tcode {status(p1)} and \tcode {status(p2)}, respectively.
14318
-
14319
- \pnum
14320
- \effects Determines \tcode {s1} and \tcode {s2}.
14321
- If \tcode {(!exists(s1) \&\& !exists(s2)) || (is_other(s1) \&\& is_other(s2))}
14322
- an error is reported~(\ref {fs.err.report }).
14323
-
14324
- \pnum
14325
- \returns \tcode {true}, if \tcode {s1 == s2} and \tcode {p1} and \tcode {p2} resolve to the same file
14316
+ \returns \tcode {true}, if \tcode {p1} and \tcode {p2} resolve to the same file
14326
14317
system entity, else \tcode {false}. The signature with argument \tcode {ec}
14327
14318
returns \tcode {false} if an error occurs.
14328
14319
14329
14320
\pnum
14330
14321
Two paths are considered to resolve to the same file system entity if two
14331
- candidate entities reside on the same device at the same location. This is
14322
+ candidate entities reside on the same device at the same location.
14323
+ \begin {note }
14324
+ On POSIX platforms, this is
14332
14325
determined as if by the values of the POSIX \tcode {stat} structure,
14333
14326
obtained as if by \tcode {stat()} for the two paths, having equal \tcode {st_dev} values
14334
14327
and equal \tcode {st_ino} values.
14328
+ \end {note }
14329
+
14330
+ \pnum
14331
+ \remarks \tcode {!exists(p1) || !exists(p2)} is an error.
14335
14332
14336
14333
\pnum
14337
14334
\throws As specified in~\ref {fs.err.report }.
You can’t perform that action at this time.
0 commit comments