ObjFW  Check-in [46b89b1c8e]

Overview
Comment:Introduce and use of_offset_t instead of off_t

The reason for this is that some systems, for example Android, use
32 bits for off_t while having size related fields like st_size as
long long.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 46b89b1c8e460af5f0bf96d53285de83570c1d308cb8e3548ca8bf41c573cd21
User & Date: js on 2015-01-03 20:42:30
Other Links: manifest | tags
Context
2015-01-03
20:57
Update copyright check-in: cfd374b906 user: js tags: trunk
20:42
Introduce and use of_offset_t instead of off_t check-in: 46b89b1c8e user: js tags: trunk
2014-12-24
15:31
Update buildsys check-in: 331bce9d09 user: js tags: trunk
Changes