Home | History | Annotate | Download | only in Include

Lines Matching defs:S_ISDIR

404 #ifndef S_ISDIR

405 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)