implement futimens and utimensat
This commit is contained in:
parent
b1b465c438
commit
eda8e9da76
3 changed files with 16 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ int mkdirat(int, const char *, mode_t);
|
|||
int mknodat(int, const char *, mode_t, dev_t);
|
||||
int mkfifoat(int, const char *, mode_t);
|
||||
|
||||
int futimens(int, const struct timespec [2]);
|
||||
int utimensat(int, const char *, const struct timespec [2], int);
|
||||
|
||||
#ifdef _BSD_SOURCE
|
||||
int lchmod(const char *, mode_t);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue