]> Savannah Git Hosting - gnulib.git/commit
csharpcomp: Reduce number of read() system calls.
authorBruno Haible <bruno@clisp.org>
Tue, 25 Feb 2025 08:04:45 +0000 (09:04 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 25 Feb 2025 08:20:17 +0000 (09:20 +0100)
commitf703b5434b1eb02c483f631fe23368130ebc3e07
tree9a32a0ca796d67c3e70dc5816f14a17272d5ddf4
parent60cd34886c2c9f509974239fcf64a61f9a507d14
csharpcomp: Reduce number of read() system calls.

* lib/csharpcomp.c: Include <stddef.h>.
(compile_csharp_using_dotnet): Read bytes into a buffer, not one-by-one.
ChangeLog
lib/csharpcomp.c