mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Do handle G_SPAWN_DO_NOT_REAP_CHILD after all, similarily as on Unix. If
2002-11-18 Tor Lillqvist <tml@iki.fi> * glib/gspawn-win32.c (do_spawn_with_pipes): Do handle G_SPAWN_DO_NOT_REAP_CHILD after all, similarily as on Unix. If the flag is not set, don't call DuplicateHandle() on the handle returned by the helper process, and set the "child pid" returned to the caller to zero. Close the handle to the helper process in all cases. * glib/gspawn.c (g_spawn_async_with_pipes): Document Windows behaviour of G_SPAWN_DO_NOT_REAP_CHILD.
This commit is contained in:
committed by
Tor Lillqvist
parent
0b4bcbe1d9
commit
a79b8073aa
@@ -1,3 +1,15 @@
|
||||
2002-11-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/gspawn-win32.c (do_spawn_with_pipes): Do handle
|
||||
G_SPAWN_DO_NOT_REAP_CHILD after all, similarily as on Unix. If the
|
||||
flag is not set, don't call DuplicateHandle() on the handle
|
||||
returned by the helper process, and set the "child pid" returned
|
||||
to the called to zero. Close the handle to the helper process in
|
||||
all cases.
|
||||
|
||||
* glib/gspawn.c (g_spawn_async_with_pipes): Document Windows
|
||||
behaviour of G_SPAWN_DO_NOT_REAP_CHILD.
|
||||
|
||||
2002-11-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
[Win32] Fix the asynchronous g_spawn* to return the process handle
|
||||
|
Reference in New Issue
Block a user