Commits
Travis Cross committed c01a1426653
Implement su_errno and su_seterrno as functions This avoid warnings about expressions with unused values. These warnings break the build with clang. An optimizing compiler should still inline these calls. If that turns out not to happen on some platform, we could rename the functions used internally and declare them static inline.