Release 4.7 include/uapi/linux/utime.h
#ifndef _LINUX_UTIME_H
#define _LINUX_UTIME_H
#include <linux/types.h>
struct utimbuf {
__kernel_time_t actime;
__kernel_time_t modtime;
};
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 17 | 77.27% | 1 | 33.33% |
alexey dobriyan | alexey dobriyan | 3 | 13.64% | 1 | 33.33% |
arnd bergmann | arnd bergmann | 2 | 9.09% | 1 | 33.33% |
| Total | 22 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.