|
RTEMS CPU Kit with SuperCore
4.11.2
|
#include <sys/stat.h>

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) |
1.8.13