projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
196d643
)
add missing UTIME_* macros in sys/stat.h
author
Rich Felker
<dalias@aerifal.cx>
Sun, 10 Apr 2011 22:32:59 +0000
(18:32 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 10 Apr 2011 22:32:59 +0000
(18:32 -0400)
include/sys/stat.h
patch
|
blob
|
history
diff --git
a/include/sys/stat.h
b/include/sys/stat.h
index 2eb6fb0c11615d2dc9078bbd83ae2c1637cade8e..ec69f54d8ef975592e041c2a740313f9900acd97 100644
(file)
--- a/
include/sys/stat.h
+++ b/
include/sys/stat.h
@@
-65,6
+65,9
@@
extern "C" {
#define S_IRWXO 0007
#endif
+#define UTIME_NOW 0x3fffffff
+#define UTIME_OMIT 0x3ffffffe
+
int stat(const char *, struct stat *);
int fstat(int, struct stat *);
int lstat(const char *, struct stat *);