tmp/tmp89o4zv31/{from.md → to.md}
RENAMED
|
@@ -75,11 +75,11 @@ determined as if by converting the `st_mode` member of the obtained
|
|
| 75 |
- Otherwise, if the attributes indicate a fifo or pipe file, as if by
|
| 76 |
POSIX `S_ISFIFO`, returns `file_status(file_type::fifo, prms)`.
|
| 77 |
- Otherwise, if the attributes indicate a socket, as if by POSIX
|
| 78 |
`S_ISSOCK`, returns `file_status(file_type::socket, prms)`.
|
| 79 |
- Otherwise, if the attributes indicate an implementation-defined file
|
| 80 |
-
type
|
| 81 |
`file_status(file_type::`*`A`*`, prms)`, where *A* is the constant
|
| 82 |
for the *implementation-defined* file type.
|
| 83 |
- Otherwise, returns `file_status(file_type::unknown, prms)`.
|
| 84 |
|
| 85 |
*Remarks:* If a symbolic link is encountered during pathname resolution,
|
|
|
|
| 75 |
- Otherwise, if the attributes indicate a fifo or pipe file, as if by
|
| 76 |
POSIX `S_ISFIFO`, returns `file_status(file_type::fifo, prms)`.
|
| 77 |
- Otherwise, if the attributes indicate a socket, as if by POSIX
|
| 78 |
`S_ISSOCK`, returns `file_status(file_type::socket, prms)`.
|
| 79 |
- Otherwise, if the attributes indicate an implementation-defined file
|
| 80 |
+
type [[fs.enum.file.type]], returns
|
| 81 |
`file_status(file_type::`*`A`*`, prms)`, where *A* is the constant
|
| 82 |
for the *implementation-defined* file type.
|
| 83 |
- Otherwise, returns `file_status(file_type::unknown, prms)`.
|
| 84 |
|
| 85 |
*Remarks:* If a symbolic link is encountered during pathname resolution,
|