repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6/mini2440.git]
/
include
/
linux
/
utime.h
blob
c6bf27b7897e79e279446fb2ef9aa887f4b34488
1
#ifndef _LINUX_UTIME_H
2
#define _LINUX_UTIME_H
3
4
struct
utimbuf
{
5
time_t
actime
;
6
time_t
modtime
;
7
};
8
9
#endif