Home | History | Annotate | Download | only in sys

Lines Matching defs:S_IXUGO

610 /* S_IXUGO is a common extension to POSIX.  */
611 #if !S_IXUGO
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)