mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Include signal.h for SIGCHLD. (#134622, Damien Carbery)
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de> * glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien Carbery)
This commit is contained in:
parent
265c78b9df
commit
e906108048
@ -1,3 +1,8 @@
|
||||
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
|
||||
Carbery)
|
||||
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
|
||||
Carbery)
|
||||
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
|
||||
Carbery)
|
||||
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
|
||||
Carbery)
|
||||
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
|
||||
Carbery)
|
||||
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
|
||||
Carbery)
|
||||
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
|
@ -38,6 +38,7 @@
|
||||
|
||||
#include "glib.h"
|
||||
#include "gthreadinit.h"
|
||||
#include <signal.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
|
Loading…
Reference in New Issue
Block a user