mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +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>
|
||||
|
||||
* 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 */
|
||||
|
Loading…
Reference in New Issue
Block a user