mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +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:
parent
6c41cc9ce7
commit
9c574a6a9a
@ -3,6 +3,9 @@
|
|||||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
* 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>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
* 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>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
* 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>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
* 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>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
* 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>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
* 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>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
* 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>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
* gspawn.c: Include sys/select.h (some platforms need it for
|
* 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>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@ -1082,7 +1082,8 @@ fork_exec_with_pipes (gboolean intermediate_child,
|
|||||||
else if (errno == ECHILD)
|
else if (errno == ECHILD)
|
||||||
; /* do nothing, child already reaped */
|
; /* do nothing, child already reaped */
|
||||||
else
|
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)
|
else if (errno == ECHILD)
|
||||||
; /* do nothing, child already reaped */
|
; /* do nothing, child already reaped */
|
||||||
else
|
else
|
||||||
g_warning ("waitpid() should not fail in %s", __FUNCTION__);
|
g_warning ("waitpid() should not fail in "
|
||||||
|
"'fork_exec_with_pipes'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user