Release 4.15 include/uapi/linux/utime.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#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 |
Linus Torvalds (pre-git) | 17 | 73.91% | 1 | 25.00% |
Alexey Dobriyan | 3 | 13.04% | 1 | 25.00% |
Arnd Bergmann | 2 | 8.70% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 4.35% | 1 | 25.00% |
Total | 23 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.