1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-21 17:37:53 +02:00

Undefine READ_OK to fix the build on old versions of Darwin. ()

2006-12-15  Matthias Clasen  <mclasen@redhat.com>

	* glib/gspawn.c: Undefine READ_OK to fix the build on
	old versions of Darwin.  ()
This commit is contained in:
Matthias Clasen
2006-12-16 03:33:23 +00:00
committed by Matthias Clasen
parent a7651b067e
commit 814f0bec5c
2 changed files with 5 additions and 0 deletions

@@ -1,5 +1,8 @@
2006-12-15 Matthias Clasen <mclasen@redhat.com>
* glib/gspawn.c: Undefine READ_OK to fix the build on
old versions of Darwin. (#327800)
* glib/glib.symbols:
* glib/gstring.[hc] (g_string_chunk_clear): Add a function
for clearing a GStringChunk. (#364608, Matt Barnes)

@@ -129,6 +129,8 @@ close_and_invalidate (gint *fd)
return ret;
}
#undef READ_OK
typedef enum
{
READ_FAILED = 0, /* FALSE */