From Jason Turner

[errno.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpbzfawret/{from.md → to.md} +10 -0
tmp/tmpbzfawret/{from.md → to.md} RENAMED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ### General <a id="errno.general">[[errno.general]]</a>
2
+
3
+ The contents of the header `<cerrno>` are the same as the POSIX header
4
+ `<errno.h>`, except that `errno` shall be defined as a macro.
5
+
6
+ [*Note 1*: The intent is to remain in close alignment with the POSIX
7
+ standard. — *end note*]
8
+
9
+ A separate `errno` value is provided for each thread.
10
+