mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 21:34:12 +02:00
Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825)
Mon Jun 2 14:18:21 2003 Owen Taylor <otaylor@redhat.com> Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825) * glib/gspawn.c (read_data): Don't read() into '&buf', while this is technically okay - it is clearer as just 'buf'. (write_all): New helper function that handles write() interrupts. (write_err_and_exit): Use write_all() instead of write(). (fork_exec_with_pipes): Same here.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
Mon Jun 2 14:18:21 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825)
|
||||
|
||||
* glib/gspawn.c (read_data): Don't read() into '&buf', while this
|
||||
is technically okay - it is clearer as just 'buf'.
|
||||
(write_all): New helper function that handles write() interrupts.
|
||||
(write_err_and_exit): Use write_all() instead of write().
|
||||
(fork_exec_with_pipes): Same here.
|
||||
|
||||
Sun Jun 1 09:42:36 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/giochannel.c (g_io_error_get_from_g_error): Put
|
||||
|
Reference in New Issue
Block a user