From 6ecce1d710f13e1afcf5e854435df01036837043 Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Tue, 30 Apr 2024 22:19:36 +0300 Subject: Add missing types --- bindings/types/libc/types.ha | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bindings/types') diff --git a/bindings/types/libc/types.ha b/bindings/types/libc/types.ha index e6b83b7..94959b7 100644 --- a/bindings/types/libc/types.ha +++ b/bindings/types/libc/types.ha @@ -2,6 +2,11 @@ use types::c; export type time_t = i64; +export type utimbuf = struct { + actime: time_t, + modtime: time_t, +}; + export type tm = struct { tm_sec: int, tm_min: int, -- cgit 1.3.0-6-gf8a5