![]() |
|
|||
File indexing completed on 2025-05-11 08:24:17
0001 #ifndef __LINUX_STAT_H__ 0002 #define __LINUX_STAT_H__ 0003 0004 0005 #include <sys/stat.h> 0006 0007 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH) 0008 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) 0009 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) 0010 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO) 0011 0012 #endif /* __LINUX_STAT_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |