mirror of
https://github.com/TokTok/c-toxcore
synced 2026-09-18 07:56:05 +00:00
We return E_WRITE because closing only fails when an I/O error occurs, which is likely an error from the write() call above. See close(2) for details. http://man7.org/linux/man-pages/man2/close.2.html