ObjFW  Check-in [8e84561642]

Overview
Comment:OFThread: Use unsigned int instead of useconds_t

useconds_t isn't always available and an unsigned int always satisfies
the range we require here.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8e84561642fea5b896de97dc763a4f311bbed6b061aa099bbfe179117aa22534
User & Date: js on 2017-05-17 22:07:03
Other Links: manifest | tags
Context
2017-05-17
22:14
typedef socklen_t to int on MorphOS check-in: d302df8b46 user: js tags: trunk
22:07
OFThread: Use unsigned int instead of useconds_t check-in: 8e84561642 user: js tags: trunk
20:31
configure: Better poll() and select() checks check-in: a29197bd35 user: js tags: trunk
Changes