diff options
Diffstat (limited to 'conform/data/utime.h-data')
-rw-r--r-- | conform/data/utime.h-data | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conform/data/utime.h-data b/conform/data/utime.h-data new file mode 100644 index 0000000000..15d4487055 --- /dev/null +++ b/conform/data/utime.h-data @@ -0,0 +1,11 @@ +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 |