only use posix_memalign() if it's known to work, revert to memalign()
authorTim Janik <timj@imendio.com>
Tue, 24 Jan 2006 16:56:17 +0000 (16:56 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 24 Jan 2006 16:56:17 +0000 (16:56 +0000)
commit7b744cf4d25b2c80cd28efd3e48fd08862b87beb
tree86607c780469d5f0fe0bb39dfe535ceabd67efd2
parent3c62ff454a5022eb7610b2b98f59366289183890
only use posix_memalign() if it's known to work, revert to memalign()

Tue Jan 24 17:49:36 2006  Tim Janik  <timj@imendio.com>

        * glib/gslice.c: only use posix_memalign() if it's known to work,
        revert to memalign() otherwise.

        * configure.in: check for broken posix_memalign() implementations
        to fix #328254.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
configure.in
glib/gslice.c