···153153 external dio_mem_align : t -> (int64 [@unboxed]) = "ocaml_uring_statx_dio_mem_align_bytes" "ocaml_uring_statx_dio_mem_align_native" [@@noalloc]
154154 external dio_offset_align : t -> (int64 [@unboxed]) = "ocaml_uring_statx_dio_offset_align_bytes" "ocaml_uring_statx_dio_offset_align_native" [@@noalloc]
155155156156- external atime : t -> (float [@unboxed]) = "ocaml_uring_statx_atime_bytes" "ocaml_uring_statx_atime_native" [@@noalloc]
157157- external btime : t -> (float [@unboxed]) = "ocaml_uring_statx_btime_bytes" "ocaml_uring_statx_btime_native" [@@noalloc]
158158- external ctime : t -> (float [@unboxed]) = "ocaml_uring_statx_ctime_bytes" "ocaml_uring_statx_ctime_native" [@@noalloc]
159159- external mtime : t -> (float [@unboxed]) = "ocaml_uring_statx_mtime_bytes" "ocaml_uring_statx_mtime_native" [@@noalloc]
156156+ external atime_sec : t -> (int64 [@unboxed]) = "ocaml_uring_statx_atime_sec_bytes" "ocaml_uring_statx_atime_sec_native" [@@noalloc]
157157+ external btime_sec : t -> (int64 [@unboxed]) = "ocaml_uring_statx_btime_sec_bytes" "ocaml_uring_statx_btime_sec_native" [@@noalloc]
158158+ external ctime_sec : t -> (int64 [@unboxed]) = "ocaml_uring_statx_ctime_sec_bytes" "ocaml_uring_statx_ctime_sec_native" [@@noalloc]
159159+ external mtime_sec : t -> (int64 [@unboxed]) = "ocaml_uring_statx_mtime_sec_bytes" "ocaml_uring_statx_mtime_sec_native" [@@noalloc]
160160+161161+ external atime_nsec : t -> int = "ocaml_uring_statx_atime_nsec" [@@noalloc]
162162+ external btime_nsec : t -> int = "ocaml_uring_statx_btime_nsec" [@@noalloc]
163163+ external ctime_nsec : t -> int = "ocaml_uring_statx_ctime_nsec" [@@noalloc]
164164+ external mtime_nsec : t -> int = "ocaml_uring_statx_mtime_nsec" [@@noalloc]
160165161166 external mode : t -> (int [@untagged]) = "ocaml_uring_statx_mode_bytes" "ocaml_uring_statx_mode_native" [@@noalloc]
162167 external perm : t -> (int [@untagged]) = "ocaml_uring_statx_perm_bytes" "ocaml_uring_statx_perm_native" [@@noalloc]
+9-4
vendor/opam/uring/lib/uring/uring.mli
···329329 val dio_offset_align : t -> Int64.t
330330 (** See {! Mask.dioalign}. *)
331331332332- val atime : t -> float
333333- val btime : t -> float
334334- val ctime : t -> float
335335- val mtime : t -> float
332332+ val atime_sec : t -> int64
333333+ val btime_sec : t -> int64
334334+ val ctime_sec : t -> int64
335335+ val mtime_sec : t -> int64
336336+337337+ val atime_nsec : t -> int
338338+ val btime_nsec : t -> int
339339+ val ctime_nsec : t -> int
340340+ val mtime_nsec : t -> int
336341337342 val mode : t -> int
338343 val perm : t -> int