mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 23:38:18 +08:00
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
#if !defined ISO && !defined ISO99 && !defined ISO11
|
|
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
|
|
#endif
|