]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/uapi/linux/utime.h
take the targets of /proc/*/ns/* symlinks to separate fs
[mirror_ubuntu-jammy-kernel.git] / include / uapi / linux / utime.h
CommitLineData
1da177e4
LT
1#ifndef _LINUX_UTIME_H
2#define _LINUX_UTIME_H
3
82b0547c
AD
4#include <linux/types.h>
5
1da177e4 6struct utimbuf {
85efde6f
AB
7 __kernel_time_t actime;
8 __kernel_time_t modtime;
1da177e4
LT
9};
10
11#endif