Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 43b7d7cfb157b5c8c5cc0933f4e96fd81adc81ca 9 lines 108 B view raw
1#ifndef _LINUX_UTIME_H 2#define _LINUX_UTIME_H 3 4struct utimbuf { 5 time_t actime; 6 time_t modtime; 7}; 8 9#endif