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:
Sebastian Wilhelmi 2000-11-02 12:31:10 +00:00 committed by Sebastian Wilhelmi
parent 6c41cc9ce7
commit 9c574a6a9a
10 changed files with 36 additions and 10 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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'");
}
}

View File

@ -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'");
}
}