manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
138 stars 19 forks source link

libuv: add missing return keywords #115

Closed jamesjer closed 3 months ago

jamesjer commented 8 months ago

The bgl_uv_fs_write, bgl_uv_fs_write2, and bgl_uv_fs_write3 functions fall off the end without returning a value in the callback case. This PR adds return keywords to the uv_fs_write invocations.