diff options
author | Tim Janik <timj@imendio.com> | 2006-02-14 16:31:37 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2006-02-14 16:31:37 +0000 |
commit | 8a8f185febd8cfa0ea05f92e68b8962479486bef (patch) | |
tree | ccd1c6f3c1e805f7269148d7d80c9d985ee55019 /ChangeLog.pre-2-10 | |
parent | 16d640b06c209e1442d03937751eafc5254fe8eb (diff) | |
download | glib-8a8f185febd8cfa0ea05f92e68b8962479486bef.tar.gz |
only define _XOPEN_SOURCE to 600 to get at posix_memalign() in case we
Tue Feb 14 17:00:43 2006 Tim Janik <timj@imendio.com>
* glib/gslice.c: only define _XOPEN_SOURCE to 600 to get at
posix_memalign() in case we actually are going to use it, because
we detected a compliant implementation (#328997).
* configure.in (enable_included_printf): don't include malloc.h when
testing for posix_memalign() funcitonality, since this may break the
test on some systems (#328997).
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 715f75626..ea6b4b5f5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,13 @@ +Tue Feb 14 17:00:43 2006 Tim Janik <timj@imendio.com> + + * glib/gslice.c: only define _XOPEN_SOURCE to 600 to get at + posix_memalign() in case we actually are going to use it, because + we detected a compliant implementation (#328997). + + * configure.in (enable_included_printf): don't include malloc.h when + testing for posix_memalign() funcitonality, since this may break the + test on some systems (#328997). + 2006-02-14 Matthias Clasen <mclasen@redhat.com> * glib/gstrfuncs.c: Improve docs. |