RTEMS CPU Kit with SuperCore  4.11.3
Macros
stat.h File Reference
#include <sys/stat.h>
Include dependency graph for stat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define S_IRUGO   (S_IRUSR|S_IRGRP|S_IROTH)
 
#define S_IWUGO   (S_IWUSR|S_IWGRP|S_IWOTH)
 
#define S_IXUGO   (S_IXUSR|S_IXGRP|S_IXOTH)
 
#define S_IRWXUGO   (S_IRWXU|S_IRWXG|S_IRWXO)