Skip to content
Snippets Groups Projects
Commit 8b504ba0 authored by Avi Kivity's avatar Avi Kivity
Browse files

include: add missing definitions to sys/stat.h

parent 6063a6bc
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,10 @@ extern "C" { ...@@ -67,6 +67,10 @@ extern "C" {
#define S_IRWXO 0007 #define S_IRWXO 0007
#endif #endif
#define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)
#define S_BLKSIZE 512
#define UTIME_NOW 0x3fffffff #define UTIME_NOW 0x3fffffff
#define UTIME_OMIT 0x3ffffffe #define UTIME_OMIT 0x3ffffffe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment