• Travis Cross's avatar
    Implement su_errno and su_seterrno as functions · c01a1426
    Travis Cross 提交于
    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.
    c01a1426
su_errno.c 5.1 KB