cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)1777.27%133.33%
Alexey Dobriyan313.64%133.33%
Arnd Bergmann29.09%133.33%
Total22100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.