mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Changed unportable __FUNCTION__ to the verbatim function name.
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gspawn.c: Changed unportable __FUNCTION__ to the verbatim function name.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
6c41cc9ce7
commit
9c574a6a9a
@@ -1,7 +1,10 @@
|
||||
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||
select).
|
||||
select).
|
||||
|
||||
* gspawn.c: Changed unportable __FUNCTION__ to the verbatim
|
||||
function name.
|
||||
|
||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
|
@@ -1,7 +1,10 @@
|
||||
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||
select).
|
||||
select).
|
||||
|
||||
* gspawn.c: Changed unportable __FUNCTION__ to the verbatim
|
||||
function name.
|
||||
|
||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
|
@@ -1,7 +1,10 @@
|
||||
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||
select).
|
||||
select).
|
||||
|
||||
* gspawn.c: Changed unportable __FUNCTION__ to the verbatim
|
||||
function name.
|
||||
|
||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
|
@@ -1,7 +1,10 @@
|
||||
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||
select).
|
||||
select).
|
||||
|
||||
* gspawn.c: Changed unportable __FUNCTION__ to the verbatim
|
||||
function name.
|
||||
|
||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
|
@@ -1,7 +1,10 @@
|
||||
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||
select).
|
||||
select).
|
||||
|
||||
* gspawn.c: Changed unportable __FUNCTION__ to the verbatim
|
||||
function name.
|
||||
|
||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
|
@@ -1,7 +1,10 @@
|
||||
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||
select).
|
||||
select).
|
||||
|
||||
* gspawn.c: Changed unportable __FUNCTION__ to the verbatim
|
||||
function name.
|
||||
|
||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
|
@@ -1,7 +1,10 @@
|
||||
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||
select).
|
||||
select).
|
||||
|
||||
* gspawn.c: Changed unportable __FUNCTION__ to the verbatim
|
||||
function name.
|
||||
|
||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
|
@@ -1,7 +1,10 @@
|
||||
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||
select).
|
||||
select).
|
||||
|
||||
* gspawn.c: Changed unportable __FUNCTION__ to the verbatim
|
||||
function name.
|
||||
|
||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
|
@@ -1082,7 +1082,8 @@ fork_exec_with_pipes (gboolean intermediate_child,
|
||||
else if (errno == ECHILD)
|
||||
; /* do nothing, child already reaped */
|
||||
else
|
||||
g_warning ("waitpid() should not fail in %s", __FUNCTION__);
|
||||
g_warning ("waitpid() should not fail in "
|
||||
"'fork_exec_with_pipes'");
|
||||
}
|
||||
}
|
||||
|
||||
|
3
gspawn.c
3
gspawn.c
@@ -1082,7 +1082,8 @@ fork_exec_with_pipes (gboolean intermediate_child,
|
||||
else if (errno == ECHILD)
|
||||
; /* do nothing, child already reaped */
|
||||
else
|
||||
g_warning ("waitpid() should not fail in %s", __FUNCTION__);
|
||||
g_warning ("waitpid() should not fail in "
|
||||
"'fork_exec_with_pipes'");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user