From Jason Turner

[fs.race.behavior]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpuy_dqbph/{from.md → to.md} +13 -0
tmp/tmpuy_dqbph/{from.md → to.md} RENAMED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #### File system race behavior <a id="fs.race.behavior">[[fs.race.behavior]]</a>
2
+
3
+ Behavior is undefined if calls to functions provided by this subclause
4
+ introduce a file system race ([[fs.def.race]]).
5
+
6
+ If the possibility of a file system race would make it unreliable for a
7
+ program to test for a precondition before calling a function described
8
+ herein, *Requires:* is not specified for the function.
9
+
10
+ [*Note 1*: As a design practice, preconditions are not specified when
11
+ it is unreasonable for a program to detect them prior to calling the
12
+ function. — *end note*]
13
+