mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
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:
parent
a7651b067e
commit
814f0bec5c
@ -1,5 +1,8 @@
|
|||||||
2006-12-15 Matthias Clasen <mclasen@redhat.com>
|
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/glib.symbols:
|
||||||
* glib/gstring.[hc] (g_string_chunk_clear): Add a function
|
* glib/gstring.[hc] (g_string_chunk_clear): Add a function
|
||||||
for clearing a GStringChunk. (#364608, Matt Barnes)
|
for clearing a GStringChunk. (#364608, Matt Barnes)
|
||||||
|
@ -129,6 +129,8 @@ close_and_invalidate (gint *fd)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef READ_OK
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
READ_FAILED = 0, /* FALSE */
|
READ_FAILED = 0, /* FALSE */
|
||||||
|
Loading…
Reference in New Issue
Block a user