repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
powerpc: Optimized strncat for POWER8
[glibc.git]
/
conform
/
data
/
utime.h-data
blob
e3201651c1b086a68dc5cbaaa09f1d0a28df629e
1
#if !defined ISO && !defined ISO99 && !defined ISO11
2
#ifdef POSIX
3
# define time_t __time_t
4
#endif
5
6
type {struct utimbuf}
7
8
element {struct utimbuf} time_t actime
9
element {struct utimbuf} time_t modtime
10
11
type time_t
12
13
function int utime (const char*, const struct utimbuf*)
14
15
allow utim_*
16
allow *_t
17
#endif