27 Input/output library [input.output]

27.11 File systems [filesystems]

27.11.2 Conformance [fs.conformance]

27.11.2.3 File system race behavior [fs.race.behavior]

A file system race is the condition that occurs when multiple threads, processes, or computers interleave access and modification of the same object within a file system.
Behavior is undefined if calls to functions provided by this subclause introduce a file system race.
If the possibility of a file system race would make it unreliable for a program to test for a precondition before calling a function described herein, Requires: is not specified for the function.
[Note
:
As a design practice, preconditions are not specified when it is unreasonable for a program to detect them prior to calling the function.
end note
]