]> Git Repo - qemu.git/commit
glib: use portable g_setenv()
authorMarc-André Lureau <[email protected]>
Wed, 11 Dec 2019 14:23:28 +0000 (15:23 +0100)
committerThomas Huth <[email protected]>
Tue, 17 Dec 2019 08:05:23 +0000 (09:05 +0100)
commite468ffdc6d3b1c7127b785eb73a1f5c94751fb01
tree9db94e956b8932b6b1a89ca26ab63ade56559287
parente858e04dd400744a93d453e97b33f9eaee2dabec
glib: use portable g_setenv()

We have a setenv() wrapper in os-win32.c that no one is actually using.
Drop it and change to g_setenv() uniformly.

Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Message-Id: <1576074210[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
include/sysemu/os-win32.h
os-win32.c
tests/libqtest.c
tests/test-crypto-tlscredsx509.c
tests/test-crypto-tlssession.c
tests/test-io-channel-tls.c
tests/test-vmstate.c
ui/sdl2.c
This page took 0.027703 seconds and 4 git commands to generate.