Document libc wrapper contract #30
Reference in New Issue
Block a user
Delete Branch "9"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
References #9.
Document the library rule that libc behaviour is the default unless a compelling, documented reason says otherwise. Record that functions without a failure or operation-status result are not wrapper candidates, including
umask().No library code or tests changed. The mutating
sys/stat.hsurface is tracked separately in #29.