Home | History | Annotate | Download | only in include

Lines Matching defs:S_ISCHR

566 #ifndef S_ISCHR
567 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)