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

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

	* glib/gspawn.c: Undefine READ_OK to fix the build on
	old versions of Darwin.  (#327800)
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

View File

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

View File

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