cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
pre-gitpre-git1777.27%133.33%
alexey dobriyanalexey dobriyan313.64%133.33%
arnd bergmannarnd 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.
{% endraw %}