cregit-Linux how code gets into the kernel

Release 4.17 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

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)1773.91%125.00%
Alexey Dobriyan313.04%125.00%
Arnd Bergmann28.70%125.00%
Greg Kroah-Hartman14.35%125.00%
Total23100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.