ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../conform/data/utime.h-data

18 lines
302 B
Plaintext
Raw Normal View History

2024-04-01 15:19:46 +00:00
#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