qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] target/riscv/kvm: do not use non-portable strerrorname_np()


From: Michael Tokarev
Subject: Re: [PATCH] target/riscv/kvm: do not use non-portable strerrorname_np()
Date: Sat, 23 Dec 2023 19:30:51 +0300
User-agent: Mozilla Thunderbird

18.12.2023 19:22, Natanael Copa:
strerrorname_np is non-portable and breaks building with musl libc.

Use strerror(errno) instead, like we do other places.

Applied to the trivial-patches tree, finally..

/mjt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]