Re: [PATCH v2 12/20] block: Add including of ioctl header for Emscripten build

2025-04-22 Thread Stefan Hajnoczi
On Tue, Apr 22, 2025 at 02:27:16PM +0900, Kohei Tokunaga wrote: > Including is still required on Emscripten, just like on other > platforms, to make the ioctl function available. > > Signed-off-by: Kohei Tokunaga > --- > block/file-posix.c | 4 > 1 file changed, 4 insertions(+) > > V2: >

Re: [PATCH v2 12/20] block: Add including of ioctl header for Emscripten build

2025-04-21 Thread Philippe Mathieu-Daudé
On 22/4/25 07:27, Kohei Tokunaga wrote: Including is still required on Emscripten, just like on other platforms, to make the ioctl function available. Signed-off-by: Kohei Tokunaga --- block/file-posix.c | 4 1 file changed, 4 insertions(+) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 12/20] block: Add including of ioctl header for Emscripten build

2025-04-21 Thread Kohei Tokunaga
Including is still required on Emscripten, just like on other platforms, to make the ioctl function available. Signed-off-by: Kohei Tokunaga --- block/file-posix.c | 4 1 file changed, 4 insertions(+) V2: - Split this from the previous 12th patch into a separate commit and revised the c