S_ISUID
#define S_ISUID 0004000 /* set user id on execution */
#define S_ISUID 0x800 /* set user id on execution */