]> git.ipfire.org Git - thirdparty/qemu.git/commit
oslib: qemu_clear_cloexec
authorSteve Sistare <steven.sistare@oracle.com>
Wed, 1 Oct 2025 15:33:55 +0000 (08:33 -0700)
committerPeter Xu <peterx@redhat.com>
Fri, 3 Oct 2025 13:48:02 +0000 (09:48 -0400)
commitfe72a8073ed63cf0fc138d1f4450da2e6e5b5271
treee13852a76ae62f745067f8b00501bd31a1fb6f59
parenta9f9eee58bc5cfacc1aa5cb7a138b5a8c12a493c
oslib: qemu_clear_cloexec

Define qemu_clear_cloexec, analogous to qemu_set_cloexec.

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/1759332851-370353-4-git-send-email-steven.sistare@oracle.com
Signed-off-by: Peter Xu <peterx@redhat.com>
include/qemu/osdep.h
util/oslib-posix.c
util/oslib-win32.c