summaryrefslogtreecommitdiff
path: root/include/linux/utime.h
blob: 640be6a1959e8074ad79bce56ef71ecbeb779053 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _LINUX_UTIME_H
#define _LINUX_UTIME_H

#include <linux/types.h>

struct utimbuf {
	time_t actime;
	time_t modtime;
};

#endif
a>Leslie Monis 2020-03-04pie: remove pie_vars->accu_prob_overflowsLeslie Monis 2020-03-04pie: use term backlog instead of qlenLeslie Monis 2020-01-23net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani 2020-01-23net: sched: pie: export symbols to be reused by FQ-PIEMohit P. Tahiliani 2020-01-23pie: improve comments and commenting styleMohit P. Tahiliani 2020-01-23pie: rearrange structure members and their initializationsMohit P. Tahiliani 2020-01-23pie: use u8 instead of bool in pie_varsMohit P. Tahiliani 2020-01-23pie: rearrange macros in order of lengthMohit P. Tahiliani 2020-01-23pie: use U64_MAX to denote (2^64 - 1)Mohit P. Tahiliani 2020-01-23net: sched: pie: move common code to pie.hMohit P. Tahiliani