#ifndef _LINUX_UTIME_H #define _LINUX_UTIME_H #include <linux/types.h> struct utimbuf { __kernel_time_t actime; __kernel_time_t modtime; }; #endifOverall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 17 | 77.27% | 1 | 33.33% |
Alexey Dobriyan | 3 | 13.64% | 1 | 33.33% |
Arnd Bergmann | 2 | 9.09% | 1 | 33.33% |
Total | 22 | 100.00% | 3 | 100.00% |