mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
|
type {struct utimbuf}
|
||
|
|
||
|
element {struct utimbuf} time_t actime
|
||
|
element {struct utimbuf} time_t modtime
|
||
|
|
||
|
type time_t
|
||
|
|
||
|
function int utime (const char*, const struct utimbuf*)
|
||
|
|
||
|
allow utim_*
|
||
|
allow *_t
|