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:
>
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é
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