mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-08 10:14:04 +02:00
Include sys/select.h (some platforms need it for select).
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gspawn.c: Include sys/select.h (some platforms need it for select).
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
cfe0780d3e
commit
6c41cc9ce7
@@ -1,3 +1,8 @@
|
|||||||
|
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||||
|
select).
|
||||||
|
|
||||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||||
|
select).
|
||||||
|
|
||||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||||
|
select).
|
||||||
|
|
||||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||||
|
select).
|
||||||
|
|
||||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||||
|
select).
|
||||||
|
|
||||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||||
|
select).
|
||||||
|
|
||||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||||
|
select).
|
||||||
|
|
||||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* gspawn.c: Include sys/select.h (some platforms need it for
|
||||||
|
select).
|
||||||
|
|
||||||
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
2000-10-31 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gutils.c
|
* gutils.c
|
||||||
|
@@ -30,6 +30,10 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_SYS_SELECT_H
|
||||||
|
#include <sys/select.h>
|
||||||
|
#endif /* HAVE_SYS_SELECT_H */
|
||||||
|
|
||||||
#ifdef _
|
#ifdef _
|
||||||
#warning "FIXME remove gettext hack"
|
#warning "FIXME remove gettext hack"
|
||||||
#endif
|
#endif
|
||||||
|
4
gspawn.c
4
gspawn.c
@@ -30,6 +30,10 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_SYS_SELECT_H
|
||||||
|
#include <sys/select.h>
|
||||||
|
#endif /* HAVE_SYS_SELECT_H */
|
||||||
|
|
||||||
#ifdef _
|
#ifdef _
|
||||||
#warning "FIXME remove gettext hack"
|
#warning "FIXME remove gettext hack"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user