glibc/conform/data/utime.h-data
2012-02-25 23:18:39 -05:00

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