ObjFW  Check-in [ede0671032]

Overview
Comment:OFFileIRIHandler: Translate EACCES on Windows

The _utime family of functions does not work on directories on Windows, in
which case it returns a rather surprising EACCES. Translate it to EISDIR,
which is more expected.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ede067103272fdb06e2a7cb20d97dc992fb3d75662323c152d15ad285f8b2e49
User & Date: js on 2022-12-24 22:04:16
Other Links: manifest | tags
Context
2022-12-24
22:15
ofarc: Ignore EISDIR for setting modification date check-in: f7dd7edde4 user: js tags: trunk
22:04
OFFileIRIHandler: Translate EACCES on Windows check-in: ede0671032 user: js tags: trunk
2022-12-20
18:25
configure: Remove useless defines check-in: b05f83800e user: js tags: trunk
Changes