Searched defs:off_t (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/sys/
H A Dtypes.h94 typedef int64_t off_t; typedef
95 typedef off_t loff_t;
98 /* This historical accident means that we had a 32-bit off_t on 32-bit architectures. */
99 typedef __kernel_off_t off_t; typedef

Completed in 34 milliseconds