FSSH_S_IXUSR
#define S_IXUSR FSSH_S_IXUSR
permissions += ((mode & FSSH_S_IXUSR) ? 'x' : '-');
SET_ST_MODE_BIT(FSSH_S_IXUSR, S_IXUSR);