Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / include / sys / utime.h
blob5e937f10384684201c4699cc7f9b5a1808619fcf
1 #ifndef _SYS_UTIME_H
2 #define _SYS_UTIME_H
4 /* This is a dummy <sys/utime.h> file, not customized for any
5 particular system. If there is a utime.h in libc/sys/SYSDIR/sys,
6 it will override this one. */
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
12 struct utimbuf
14 time_t actime;
15 time_t modtime;
18 #ifdef __cplusplus
20 #endif
22 #endif /* _SYS_UTIME_H */