Commit Graph

4 Commits (86e596b8709e79322a6fcf20637766ba6e3c2cdc)

Author SHA1 Message Date
leitner c2a2a15c12 document the return value expected from the callback given to iob_write
remove unused #include in iob_reset
if iob_addfile_close fails, it now closes the fd
if iob_addbuf_munmap fails, it now munmaps the buf
if iob_addbuf_free fails, it now frees the buf
some win32 cross-compile fixes for iarray
leitner 68d88f60b9 munmap cleanup fix (Erdgeist)
leitner 8b17690318 use callback based infrastructure to reset iob's
leitner 527efc70b6 add iob_addbuf_munmap