mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 15:50:06 +00:00
18 lines
302 B
Plaintext
18 lines
302 B
Plaintext
#if !defined ISO && !defined ISO99 && !defined ISO11
|
|
#ifdef POSIX
|
|
# define time_t __time_t
|
|
#endif
|
|
|
|
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
|