Descriptionsyscall package: document that errno is zero on success
This is a documentation enhancement only, without any code
change.
The rationale for documenting this precisely is that Unix
programmers who "know" that errno's value is undefined after
a successful system call may be surprised otherwise and
search to be sure that a zero errno may be relied upon after
successful calls.
Patch Set 1 #Patch Set 2 : code review 812044: syscall package: document that errno is zeroed on success #Patch Set 3 : code review 812044: syscall package: document that errno is zeroed on success #Patch Set 4 : code review 812044: syscall package: document that errno is zeroed on success #MessagesTotal messages: 11
|